From deb39061a04cdc1e95d5b09d0412111fa82762c0 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Tue, 27 Jul 2010 11:24:46 +0000 Subject: [PATCH] Fix a typo in the RC script. Approved by: mail@derzinn.de (maintainer, private mail) --- databases/mongodb/files/mongod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.