diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 1db45622..6a5c830c 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -33,13 +33,6 @@ if [ "$sysconfdir" != "/etc" ]; then -e '/sudo-users/d' \ -e '/env_keep+=VYATTA/d' || true - # Turn off Debian default for %sudo - sed -i -e '/^%sudo/d' /etc/sudoers || true - - # Add Vyatta entries for sudoers - cp $sysconfdir/sudoers /etc/sudoers.d/vyatta - chmod 0440 /etc/sudoers.d/vyatta - # purge off ancient devfs stuff from /etc/securetty cp $sysconfdir/securetty /etc/securetty |