Skip to content

Commit

Permalink
Migrate sysconf files to vyos-1x
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jun 26, 2021
1 parent b34685c commit 914262b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 181 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ share_perl5_DATA =
share_perl5_DATA += scripts/XorpConfigParser.pm

sysconf_DATA += sysconf/LICENSE
sysconf_DATA += sysconf/rsyslog.conf
sysconf_DATA += sysconf/securetty
sysconf_DATA += sysconf/level
sysconf_DATA += sysconf/filecaps
sysconf_DATA += sysconf/capability.conf
sysconf_DATA += sysconf/netdevice

libudevdir = /lib/udev
Expand Down
15 changes: 0 additions & 15 deletions debian/vyatta-cfg-system.postinst.in
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,6 @@ ln -sf /dev/null /lib/systemd/system/ctrl-alt-del.target
# this logs unnecessary messages trying to start ddclient
rm -f /etc/ppp/ip-up.d/ddclient

# remove old init that should have been cleaned up during upgrade but isn't
if [ -f /etc/init.d/vyatta-ofr ]; then
update-rc.d -f /etc/init.d/vyatta-ofr remove
rm -f /etc/init.d/vyatta-ofr
fi

# comply with Squeeze version of modprobe
# remove old versions of files during upgrade
for modprobe in vyatta_blacklist_ipv6 vyatta_disable_ipv6
do
if [ -f /etc/modprobe.d/${modprobe} ]; then
mv -f /etc/modprobe.d/${modprobe} /etc/modprobe.d/${modprobe}.conf
fi
done

# add vyatta-config-reboot-params to start at boot up
update-rc.d vyatta-config-reboot-params start 20 S

Expand Down
10 changes: 0 additions & 10 deletions sysconf/capability.conf

This file was deleted.

2 changes: 0 additions & 2 deletions sysconf/level

This file was deleted.

67 changes: 0 additions & 67 deletions sysconf/rsyslog.conf

This file was deleted.

83 changes: 0 additions & 83 deletions sysconf/securetty

This file was deleted.

0 comments on commit 914262b

Please sign in to comment.