Add missing directory for gentoo rclocal

Change-Id: Ia4eb7a47313856fe3ef7c7691f9ecf20b1ba81c4
This commit is contained in:
Matthew Thode 2018-05-16 15:31:59 -05:00
parent 8d873e58d3
commit 228ddbf808
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,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
else
# You'd think rc.local would be simple ...
#