summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-07-31 17:32:43 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-07-31 17:32:43 -0400
commit878cc4e5c93ce66b06f66bc80038a3d55a514226 (patch)
tree2ea7327f41302ee1d38aa9a0c7c740ddb31d45dc /debian
parent188a0237bdbb84d308373f024a9a43e7d4715ef4 (diff)
downloadmongo-878cc4e5c93ce66b06f66bc80038a3d55a514226.tar.gz
SERVER-6008 move '--' out of DAEMON_OPTS rvalue
Diffstat (limited to 'debian')
-rw-r--r--debian/init.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init.d b/debian/init.d
index 0bff3f868cb..fce25a3b3b4 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -72,7 +72,7 @@ then
DAEMON_OPTS=${DAEMON_OPTS:-"--config $CONF"}
else
NUMACTL=""
- DAEMON_OPTS=${DAEMON_OPTS:-"-- --config $CONF"}
+ DAEMON_OPTS="-- "${DAEMON_OPTS:-"--config $CONF"}
fi
if test ! -x $DAEMON; then