diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-17 12:52:36 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-17 12:52:36 +0000 |
commit | 84d79403b7e48ca0000aadd6524320acd2585b05 (patch) | |
tree | b8a2accc57ae932b4b77be111cbd7f93703a9f1f /debian | |
parent | 2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6 (diff) | |
download | vyatta-cfg-system-84d79403b7e48ca0000aadd6524320acd2585b05.tar.gz vyatta-cfg-system-84d79403b7e48ca0000aadd6524320acd2585b05.zip |
T671: sysctl: move file to vyos-1x
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index be73a3ba..d6ea7c53 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -65,9 +65,7 @@ if [ "$sysconfdir" != "/etc" ]; then fi done - cp $sysconfdir/vyatta-sysctl.conf /etc/sysctl.d/30-vyatta-router.conf - - # Set file capabilities + # Set file capabilities sed -r -e '/^#/d' -e '/^[[:blank:]]*$/d' < $sysconfdir/filecaps | \ while read capability path; do touch -c $path |