summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-06 13:53:03 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-06 13:53:03 -0400
commitade581aa6571951e2c0036e40072985c72517648 (patch)
tree7a99dd9e67caed80be1aa508787dad12242297b7 /debian/postinst
parentde9543ff4de19e776d82f2a5ba4528aaba58f374 (diff)
downloadmongo-ade581aa6571951e2c0036e40072985c72517648.tar.gz
some debian stuff
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 409d3cfe724..7f91b1e0d98 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -22,7 +22,7 @@ case "$1" in
configure)
# create a mongodb group and user
if ! grep -q mongodb /etc/passwd; then
- useradd --password mongodb --user-group mongodb
+ useradd --user-group mongodb
fi
# create db