diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-03-01 14:45:00 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-03-01 14:45:00 -0800 |
commit | 3b931c37f9fa28a73daec7bb5790073ad0fd6c3c (patch) | |
tree | a0182f62c0a32fa43897ee13657742d056a06be5 /debian | |
parent | b3e932f1a726000bf9e11392d01fd617f1d5c8e3 (diff) | |
download | vyatta-cfg-quagga-3b931c37f9fa28a73daec7bb5790073ad0fd6c3c.tar.gz vyatta-cfg-quagga-3b931c37f9fa28a73daec7bb5790073ad0fd6c3c.zip |
Fix parse error in /etc/sudoers
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 0f20ac77..ad9c5fda 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -38,7 +38,7 @@ Cmnd_Alias IPTABLES = /sbin/iptables --list -n,\ /sbin/iptables -t * -L -vn Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip route flush cache *,\ - /sbin/ip neigh flush to *, + /sbin/ip neigh flush to *, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * %operator ALL=NOPASSWD: /sbin/reboot, /sbin/date, IPTABLES, ETHTOOLP, IPFLUSH |