Author: doogie
Date: Mon Mar 2 03:16:33 2009
New Revision: 749159
URL:
http://svn.apache.org/viewvc?rev=749159&view=revLog:
Set the shell for the ofbiz user to /bin/sh.
Modified:
ofbiz/trunk/debian/ofbiz-framework.postinst
Modified: ofbiz/trunk/debian/ofbiz-framework.postinst
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.postinst?rev=749159&r1=749158&r2=749159&view=diff==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.postinst (original)
+++ ofbiz/trunk/debian/ofbiz-framework.postinst Mon Mar 2 03:16:33 2009
@@ -180,7 +180,7 @@
get ofbiz_admin_port ofbiz/admin-port
if ! [ "$2" ]; then
if ! getent passwd ofbiz 2>/dev/null >/dev/null; then
- adduser --quiet --group --no-create-home --system --home /var/lib/ofbiz ofbiz
+ adduser --quiet --group --no-create-home --system --shell /bin/sh --home /var/lib/ofbiz ofbiz
fi
dpkg-statoverride --update --add ofbiz ofbiz 755 /var/lib/ofbiz
fi