svn commit: r749159 - /ofbiz/trunk/debian/ofbiz-framework.postinst

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r749159 - /ofbiz/trunk/debian/ofbiz-framework.postinst

doogie-3
Author: doogie
Date: Mon Mar  2 03:16:33 2009
New Revision: 749159

URL: http://svn.apache.org/viewvc?rev=749159&view=rev
Log:
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