diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-10 12:09:17 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-10 12:09:17 -0800 |
commit | 5c80cc33c7e5b6c751f399fb28d68e80ad50a6ad (patch) | |
tree | 531472040b4e0f6cb6253f32ffbf3c6474ac31dd | |
parent | f4fcf512b96f7a14666d2254a0ab1890512a548e (diff) | |
download | vyatta-cfg-quagga-5c80cc33c7e5b6c751f399fb28d68e80ad50a6ad.tar.gz vyatta-cfg-quagga-5c80cc33c7e5b6c751f399fb28d68e80ad50a6ad.zip |
make 'show interfaces wirelessmodem <wlm(num)> stats' work from operator mode
-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 c4f43586..dff04293 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -61,7 +61,7 @@ Cmnd_Alias ETHTOOL = /usr/sbin/ethtool -p *, \ /usr/sbin/ethtool -c *, \ /usr/sbin/ethtool -i * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate -Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff +Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff, /usr/sbin/pppstats Cmnd_Alias PCAPTURE = /usr/bin/tshark, /usr/bin/tcpdump %operator ALL=NOPASSWD: DATE, IPTABLES, ETHTOOL, IPFLUSH, \ PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon, /usr/bin/lsof |