diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2014-09-02 16:40:03 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2014-09-02 16:40:03 -0400 |
commit | 65be70d436feaff4de13f3508e5115eccc14056f (patch) | |
tree | 56dd5be13d347af576122dea056f8316f4989435 /rpm | |
parent | 2f7fce0df9e48b804ff560bccd469e2fcad2325f (diff) | |
download | mongo-65be70d436feaff4de13f3508e5115eccc14056f.tar.gz |
SERVER-15114 Remove misleading init script comment
Diffstat (limited to 'rpm')
-rwxr-xr-x | rpm/init.d-mongod | 3 |
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` |