Hi all, Based on feedback from Woof! and another, I've made some improvements to the EDE devel_fedora_env.sh script:
1. Switched to full paths for all root commands. This allows the script to be run without "sbin" entries in $PATH. (i.e. sudo, su) 2. Exit immediately if `whoami` is not root. 3. Added a "--reboot" flag to specify reboot upon completion, which is no longer the default. (The Wiki has also been updated.) 4. No longer changing the password of the pre-existing (specified) development user. (The previous check for existence was bad.) 5. Changed the command to add the development user to the wheel group, required for password-less sudo access. Turns out "usermod" fails silently when the user is logged in. The revised script was successfully used to create an EDE today against revision 14557 of sipXecs. Please let me know if you have any questions or comments. Thanks. -Paul [email protected]
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
