diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:09:55 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:09:55 -0800 |
commit | 471b7e4ada3ab3ce69da161b9546056332b60ce2 (patch) | |
tree | 59eeea8e8c9d5141b38b37c9b889cfd3dda0b662 /debian/vyatta-cfg-system.postinst.in | |
parent | b5bb8c35539d1b108e988d39153abc813c326b0f (diff) | |
download | vyatta-cfg-quagga-471b7e4ada3ab3ce69da161b9546056332b60ce2.tar.gz vyatta-cfg-quagga-471b7e4ada3ab3ce69da161b9546056332b60ce2.zip |
Get rid of protected-users file
Instead of white-listing special system users, just go with the
Debian policy that all users with uid < 1000 are system accounts
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 1f4de221..1f0b133e 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -135,10 +135,6 @@ EOF cp $sysconfdir/vyatta-sysctl.conf /etc/sysctl.d/30-vyatta-router.conf fi -if [ "$sysconfdir" != "/opt/vyatta/etc" ]; then - cp $sysconfdir/level $sysconfdir/protected-user /opt/vyatta/etc -fi - # create needed directories mkdir -p /var/log/user |