summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-04-23 19:46:12 +0000
committerStuart Herbert <stuart@gentoo.org>2004-04-23 19:46:12 +0000
commit653e5305895fa2f2c7fc59bf26bd328f789865b6 (patch)
treed8da0156ab5fbdac546a13afa2c01aa46c6c4d7a /net-www/middleman/files
parentInitial ebuild. closes #22747. (diff)
downloadhistorical-653e5305895fa2f2c7fc59bf26bd328f789865b6.tar.gz
historical-653e5305895fa2f2c7fc59bf26bd328f789865b6.tar.bz2
historical-653e5305895fa2f2c7fc59bf26bd328f789865b6.zip
Added missing startup options
Diffstat (limited to 'net-www/middleman/files')
-rw-r--r--net-www/middleman/files/init.d/mman3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/middleman/files/init.d/mman b/net-www/middleman/files/init.d/mman
index e500caf3d9ba..e15fd73f0ca4 100644
--- a/net-www/middleman/files/init.d/mman
+++ b/net-www/middleman/files/init.d/mman
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/middleman/files/init.d/mman,v 1.2 2003/11/28 22:45:48 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/middleman/files/init.d/mman,v 1.3 2004/04/23 19:46:12 stuart Exp $
opts="depend checkconfig stop start"
@@ -29,6 +29,7 @@ start() {
[ "${CONFIG}" != "" ] && myopts="${myopts} -c ${CONFIG}"
[ "${LOGFILE}" != "" ] && myopts="${myopts} -l ${LOGFILE}"
[ "${LOGLEVEL}" != "" ] && myopts="${myopts} -d ${LOGLEVEL}"
+ [ "${SECTION}" != "" ] && myopts="${myopts} -s ${SECTION}"
ebegin "Starting mman"
start-stop-daemon --start --quiet --exec /usr/bin/mman -- ${myopts}