summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postrm
diff options
context:
space:
mode:
authorMark O'Brien <mobrien@firebolt.vyatta.com>2008-07-09 13:43:32 -0700
committerMark O'Brien <mobrien@firebolt.vyatta.com>2008-07-09 13:43:32 -0700
commitbcfbf5b462faa5e0e13c82c8a367e8df698b6c20 (patch)
treedbaf63ba4719590fa5016cc105f4f73eef3c722b /debian/vyatta-cfg-system.postrm
parentcceaba487befe7103ecb058c4dbf3e3a46102dc3 (diff)
parent4e213e1a8148d755bb3921cae3caee847901b54e (diff)
downloadvyatta-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.postrm3
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: