From 4e213e1a8148d755bb3921cae3caee847901b54e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 7 Jul 2008 17:12:44 -0700 Subject: purge any old entries from sudoers Make sure to cleanup any leftover vyatta entries --- debian/vyatta-cfg-system.postinst.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 735b28e7..b21437a5 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -31,8 +31,9 @@ if [ "$sysconfdir" != "/etc" ]; then echo -e "\n%sudo ALL=NOPASSWD: ALL" >> /etc/sudoers fi - # cleanup any old entries + # cleanup any old entries from previous versions ed - /etc/sudoers <