diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:37:15 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:37:15 -0700 |
commit | b4b2864a93b38e3e900164564f262b0375fcec24 (patch) | |
tree | 2ed38d57f2e3a5d06c304e399c525f6a223deede /debian | |
parent | c2db47deb9aa0661468a36822b5105ed1fe51918 (diff) | |
parent | 88ff71306683cc98101190227497264ca6197557 (diff) | |
download | vyatta-cfg-system-b4b2864a93b38e3e900164564f262b0375fcec24.tar.gz vyatta-cfg-system-b4b2864a93b38e3e900164564f262b0375fcec24.zip |
Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into hollywood
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index aa6f6310..0852319e 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -47,7 +47,7 @@ Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff %operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ - PPPOE_CMDS, /usr/bin/tshark + PPPOE_CMDS, /usr/bin/tshark, /usr/sbin/wanpipemon ### END VYATTA OPERATOR COMMANDS EOF fi |