Skip to content
Snippets Groups Projects
Commit 971dec8d authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: remove now unused dnsmasq.d support

parent e9376fc3
Branches
Tags
No related merge requests found
#!/bin/sh /etc/rc.common
START=11
start() {
mkdir -p /var/gluon/dnsmasq.d
}
#!/bin/sh
if [ -e /etc/dnsmasq.conf ]; then
sed -i -e '/^conf-dir=\/lib\/gluon\/dnsmasq\.d$/d' -e '/^conf-dir=\/var\/gluon\/dnsmasq\.d$/d' /etc/dnsmasq.conf
fi
#!/bin/sh
echo -e 'conf-dir=/lib/gluon/dnsmasq.d\nconf-dir=/var/gluon/dnsmasq.d' > /etc/dnsmasq.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment