summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot
blob: 554f74d93e114d9437931a7eaeb0cc97830ac20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# Made obsolete by T5511, use rootfs/excludes instead.
#
## we use systemd to control ISC daemons from within vyos-1x
#FILES="/etc/default/isc-dhcp-server /etc/default/isc-dhcp-relay"
#
#for FILE in ${FILES}
#do
#    if [ -f ${FILE} ]; then
#        rm -f ${FILE}
#    fi
#done