allow local.d to preexist

Change-Id: If045a9188c365efb96db6e53e6dfe9083965ad1c
This commit is contained in:
Matthew Thode 2019-01-23 00:48:30 -06:00
parent 1d8cde48d5
commit 77535ddcec
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if [[ "$DISTRO_NAME" =~ (opensuse) ]] ; then
rclocal=/etc/init.d/boot.local
elif [[ "${DISTRO_NAME}" =~ "gentoo" ]]; then
rclocal=/etc/local.d/unbound.start
mkdir /etc/local.d
mkdir -p /etc/local.d
else
# You'd think rc.local would be simple ...
#