diff options
author | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-07-09 13:43:32 -0700 |
---|---|---|
committer | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-07-09 13:43:32 -0700 |
commit | bcfbf5b462faa5e0e13c82c8a367e8df698b6c20 (patch) | |
tree | dbaf63ba4719590fa5016cc105f4f73eef3c722b /debian/vyatta-cfg-system.postrm | |
parent | cceaba487befe7103ecb058c4dbf3e3a46102dc3 (diff) | |
parent | 4e213e1a8148d755bb3921cae3caee847901b54e (diff) | |
download | vyatta-cfg-system-bcfbf5b462faa5e0e13c82c8a367e8df698b6c20.tar.gz vyatta-cfg-system-bcfbf5b462faa5e0e13c82c8a367e8df698b6c20.zip |
Merge branch 'hollywood' of git:/git/vyatta-cfg-system into hollywood
Diffstat (limited to 'debian/vyatta-cfg-system.postrm')
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm index d668f55d..46ec1aaa 100644 --- a/debian/vyatta-cfg-system.postrm +++ b/debian/vyatta-cfg-system.postrm @@ -2,6 +2,9 @@ if [ "$1" = "purge" ]; then rm -f /etc/udev/rules.d/*vyatta-net.rules + + sed -i '/### BEGIN VYATTA/,/### END VYATTA/d' /etc/sudoers + fi # Local Variables: |