diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-27 19:24:46 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-27 19:24:46 +0800 |
commit | 512b2c560251d73284fe3a68ac2280d238dd3428 (patch) | |
tree | f90ceca2692914c735debd4a20f451a51de12b61 /databases/mongodb | |
parent | 7c9bfcaf41362b3fddcd4ec004901f0eb8557528 (diff) | |
download | freebsd-ports-gnome-512b2c560251d73284fe3a68ac2280d238dd3428.tar.gz freebsd-ports-gnome-512b2c560251d73284fe3a68ac2280d238dd3428.tar.zst freebsd-ports-gnome-512b2c560251d73284fe3a68ac2280d238dd3428.zip |
Fix a typo in the RC script.
Approved by: mail@derzinn.de (maintainer, private mail)
Diffstat (limited to 'databases/mongodb')
-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 8d00bd03b098..0371eca0fc19 100644 --- a/databases/mongodb/files/mongod.in +++ b/databases/mongodb/files/mongod.in @@ -10,7 +10,7 @@ # Set it to YES to enable mongod. # # Additional configurable variables: -# mongod_config (path): Set to %%PREFIX%%/etc/mongod.conf +# mongod_config (path): Set to %%PREFIX%%/etc/mongodb.conf # by default. Additional configuration. You # can also use mongod_flags for additional # command line arguments. |