diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:19:01 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:19:01 -0800 |
commit | 4ecfa0dc410979fea80adb09e5f4314839e7e803 (patch) | |
tree | 55af05b7f6ee8dfcb12074fc2c6f45d268010e1f /debian | |
parent | 9b212208f79329273e84b28560604011662fed75 (diff) | |
parent | 471b7e4ada3ab3ce69da161b9546056332b60ce2 (diff) | |
download | vyatta-cfg-quagga-4ecfa0dc410979fea80adb09e5f4314839e7e803.tar.gz vyatta-cfg-quagga-4ecfa0dc410979fea80adb09e5f4314839e7e803.zip |
Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood
Diffstat (limited to 'debian')
-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 |