2 echo "Make sure to setup up sudo so that the needed users can access"
3 echo "'sudo /usr/bin/netcfg' with out typing in a password. Example, in"
4 echo "visudo, place the following lines:"
5 echo " Cmnd_Alias NETMGR = /usr/bin/netcfg"
6 echo " %network ALL=NOPASSWD: NETMGR"
7 echo "Lines such as the above will allow a user to launch sudo for"
8 echo "certain commands without requiring a password"
11 # vim:set ts=2 sw=2 et: