summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2014-09-02 16:40:03 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2014-09-02 16:40:03 -0400
commit65be70d436feaff4de13f3508e5115eccc14056f (patch)
tree56dd5be13d347af576122dea056f8316f4989435 /rpm
parent2f7fce0df9e48b804ff560bccd469e2fcad2325f (diff)
downloadmongo-65be70d436feaff4de13f3508e5115eccc14056f.tar.gz
SERVER-15114 Remove misleading init script comment
Diffstat (limited to 'rpm')
-rwxr-xr-xrpm/init.d-mongod3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpm/init.d-mongod b/rpm/init.d-mongod
index a4777f45d4b..76fb1a789a4 100755
--- a/rpm/init.d-mongod
+++ b/rpm/init.d-mongod
@@ -19,9 +19,6 @@ CONFIGFILE="/etc/mongod.conf"
OPTIONS=" -f $CONFIGFILE"
SYSCONFIG="/etc/sysconfig/mongod"
-# FIXME: 1.9.x has a --shutdown flag that parses the config file and
-# shuts down the correct running pid, but that's unavailable in 1.8
-# for now. This can go away when this script stops supporting 1.8.
DBPATH=`awk -F'[:=]' -v IGNORECASE=1 '/^[[:blank:]]*dbpath[[:blank:]]*[:=][[:blank:]]*/{print $2}' "$CONFIGFILE" | tr -d '[:blank:]'`
PIDFILEPATH=`awk -F'[:=]' -v IGNORECASE=1 '/^[[:blank:]]*pidfilepath[[:blank:]]*[:=][[:blank:]]*/{print $2}' "$CONFIGFILE" | tr -d '[:blank:]'`
PIDDIR=`dirname $PIDFILEPATH`