From 3b931c37f9fa28a73daec7bb5790073ad0fd6c3c Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 1 Mar 2008 14:45:00 -0800 Subject: Fix parse error in /etc/sudoers --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3