updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / dnetcfg / dnetcfg.install
blob591a5d48fa86e2215901eceb0f7f3b05dabc4260
1 post_install() {
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: