Author: doogie
Date: Tue Mar 3 23:18:49 2009
New Revision: 749832
URL:
http://svn.apache.org/viewvc?rev=749832&view=revLog:
No longer set the ofbiz/readers value to seed; this was causing the
seed data to be imported twice during install.
Modified:
ofbiz/trunk/debian/ofbiz-framework.config
Modified: ofbiz/trunk/debian/ofbiz-framework.config
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.config?rev=749832&r1=749831&r2=749832&view=diff==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.config (original)
+++ ofbiz/trunk/debian/ofbiz-framework.config Tue Mar 3 23:18:49 2009
@@ -45,14 +45,12 @@
fi
return 1;
}
-ofbiz_readers="seed"
ofbiz_admin_port="10523"
#env LANG=C LC_ALL=C sed -n -e 's/[^[:alnum:]]//g;p;q' < /dev/urandom | cut -b1-12
if set_if ofbiz/admin-password-encrypted "$ofbiz_admin_password_encrypted"; then
db_fset ofbiz/admin-password-encrypted seen true
fi
#db_set ofbiz/admin-password ofbiz || true
-set_if ofbiz/readers "$ofbiz_readers" || true
set_if ofbiz/admin-port "$ofbiz_admin_port" || true
cmd="$1"