diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-04-23 13:45:28 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-04-23 13:45:28 +0000 |
commit | d9f8ef49a22d310705c4997a74d6d2a0f60c636b (patch) | |
tree | b0a98ea68245893c539c05349840c27672f03566 /databases/mongodb/files/mongod.in | |
parent | 41a6f452d82e58cce3e72349ad7a4db0ac731671 (diff) | |
download | ports-d9f8ef49a22d310705c4997a74d6d2a0f60c636b.tar.gz ports-d9f8ef49a22d310705c4997a74d6d2a0f60c636b.zip |
- Update from 1.6.5 to 1.8.1 [1]
- Attached a patch to fix the TERM handling issue in SConstruct [1]
- Added "ldconfig" to the rc.d script to start mongod correctly if running in a jail [1]
- Remove unsupported FreeBSD version stuff
- Replace pkg-install and pkg-deinstall with USERS and GROUPS in Makefile
PR: ports/156297 [1]
Submitted by: Mirko Zinn <mail AT derzinn.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=273103
Diffstat (limited to 'databases/mongodb/files/mongod.in')
-rw-r--r-- | databases/mongodb/files/mongod.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb/files/mongod.in b/databases/mongodb/files/mongod.in index 23e605128c8a..1aad7017ea9e 100644 --- a/databases/mongodb/files/mongod.in +++ b/databases/mongodb/files/mongod.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: mongod -# REQUIRE: NETWORK +# REQUIRE: NETWORK ldconfig # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf |