Changeset: 9fc3d7700822 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9fc3d7700822
Modified Files:
MonetDB4/debian/monetdb4-server.postinst
MonetDB5/debian/monetdb5-server.postinst
Branch: Jun2010
Log Message:
Create monetdb user with correct group (monetdb).
diffs (24 lines):
diff -r 81b61fff8276 -r 9fc3d7700822 MonetDB4/debian/monetdb4-server.postinst
--- a/MonetDB4/debian/monetdb4-server.postinst Mon Jun 21 20:42:27 2010 +0200
+++ b/MonetDB4/debian/monetdb4-server.postinst Tue Jun 22 11:46:59 2010 +0200
@@ -8,7 +8,7 @@
addgroup --system monetdb
fi
if ! getent passwd monetdb > /dev/null; then
- adduser --system --home /var/lib/monetdb --disabled-password
--shell /usr/sbin/nologin monetdb
+ adduser --system --ingroup monetdb --home /var/lib/monetdb
--disabled-password --shell /usr/sbin/nologin monetdb
fi
mkdir -p /var/MonetDB4
chown monetdb:monetdb /var/MonetDB4
diff -r 81b61fff8276 -r 9fc3d7700822 MonetDB5/debian/monetdb5-server.postinst
--- a/MonetDB5/debian/monetdb5-server.postinst Mon Jun 21 20:42:27 2010 +0200
+++ b/MonetDB5/debian/monetdb5-server.postinst Tue Jun 22 11:46:59 2010 +0200
@@ -8,7 +8,7 @@
addgroup --system monetdb
fi
if ! getent passwd monetdb > /dev/null; then
- adduser --system --home /var/lib/monetdb --disabled-password
--shell /usr/sbin/nologin monetdb
+ adduser --system --ingroup monetdb --home /var/lib/monetdb
--disabled-password --shell /usr/sbin/nologin monetdb
fi
mkdir -p /var/MonetDB5
chown monetdb:monetdb /var/MonetDB5
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list