diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-07-30 12:19:45 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-07-30 12:19:45 -0700 |
commit | c7e46403008ba169b262d24f90e12aaa30d98074 (patch) | |
tree | 0495d79715efa3deb01c42390a761639ae9c01e4 /debian | |
parent | 0be0294232e56ae15e925f1070054bfd0de88754 (diff) | |
download | vyatta-cfg-system-c7e46403008ba169b262d24f90e12aaa30d98074.tar.gz vyatta-cfg-system-c7e46403008ba169b262d24f90e12aaa30d98074.zip |
Partial fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225
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 61a4842a..109e59d1 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -33,7 +33,7 @@ if [ "$sysconfdir" != "/etc" ]; then fi # cleanup any old entries from previous versions - ed - /etc/sudoers <<EOF + ed /etc/sudoers >&/dev/null <<EOF /### BEGIN VYATTA/,/### END VYATTA/d /Cmnd_Alias IPTABLE/,/PPPOE_CMDS/d g/sudo-users/d |