summaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/dnsmasq.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 09:12:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 09:14:19 +0000
commit1e466a24c57acb162cbc1743a54d25def47c26c2 (patch)
treea3051cd30cbe024c2fd1f9e5095d817b8ab46323 /main/dnsmasq/dnsmasq.confd
parentcfed76043a5f2cfbf62850c68ec439257d4a8c59 (diff)
downloadaports-1e466a24c57acb162cbc1743a54d25def47c26c2.tar.bz2
aports-1e466a24c57acb162cbc1743a54d25def47c26c2.tar.xz
main/dnsmasq: replace opts in init.d script and create user/group
While we were here we create and enable the user "dnsmasq". ref #943
Diffstat (limited to 'main/dnsmasq/dnsmasq.confd')
-rw-r--r--main/dnsmasq/dnsmasq.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnsmasq/dnsmasq.confd b/main/dnsmasq/dnsmasq.confd
index 47826dd50..0e9446307 100644
--- a/main/dnsmasq/dnsmasq.confd
+++ b/main/dnsmasq/dnsmasq.confd
@@ -1,4 +1,4 @@
# /etc/conf.d/dnsmasq: config file for /etc/init.d/dnsmasq
# See the dnsmasq(8) man page for possible options to put here.
-DNSMASQ_OPTS=""
+DNSMASQ_OPTS="--user=dnsmasq --group=dnsmasq"