aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 06:20:10 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 06:30:04 -0400
commit7951278841a9ee7f2a7092a33d32ed9c81b3e753 (patch)
tree5ac8e7b215f235fbd26e7e4c9469ecede3f40090 /autogen.sh
parentPrepare for installation and distribution (diff)
downloadopenrc-settingsd-7951278841a9ee7f2a7092a33d32ed9c81b3e753.tar.gz
openrc-settingsd-7951278841a9ee7f2a7092a33d32ed9c81b3e753.tar.bz2
openrc-settingsd-7951278841a9ee7f2a7092a33d32ed9c81b3e753.zip
Add daemonized mode with syslog logging, pid file, and ability to set rc status
The ability to set openrc-settingsd's rc status is useful mainly for dbus activation, so a dbus-activated process can be easily stopped via "/etc/init.d/openrc-settingsd stop".
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 6383ac1..4f9c076 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,7 @@
autoreconf --install --symlink
args="--prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var"
+--sysconfdir=/etc"
echo
echo "----------------------------------------------------------------"