Skip to content

Commit

Permalink
T671: sysctl: move file to vyos-1x
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jan 17, 2021
1 parent 2e70f4b commit 84d7940
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ sysconf_DATA += sysconf/issue.net
sysconf_DATA += sysconf/motd.tail
sysconf_DATA += sysconf/rsyslog.conf
sysconf_DATA += sysconf/securetty
sysconf_DATA += sysconf/vyatta-sysctl.conf
sysconf_DATA += sysconf/level
sysconf_DATA += sysconf/filecaps
sysconf_DATA += sysconf/capability.conf
Expand Down
4 changes: 1 addition & 3 deletions debian/vyatta-cfg-system.postinst.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
98 changes: 0 additions & 98 deletions sysconf/vyatta-sysctl.conf

This file was deleted.

0 comments on commit 84d7940

Please sign in to comment.