[med-svn] r2541 - trunk/packages/agdbnet/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Fri Sep 26 08:04:26 UTC 2008
Author: tille
Date: 2008-09-26 08:04:24 +0000 (Fri, 26 Sep 2008)
New Revision: 2541
Modified:
trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql
Log:
Make sure that the created database contains a valid curator according the fixed authentication code.
Modified: trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql
===================================================================
--- trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql 2008-09-26 07:31:40 UTC (rev 2540)
+++ trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql 2008-09-26 08:04:24 UTC (rev 2541)
@@ -71,5 +71,5 @@
set -x
psql "$XMLNAME" <<EOT
- INSERT INTO users VALUES (1, '$USERNAME', '$SURNAME', '$FIRSTNAME', '$EMAIL', '', '', now(), '') ;
+ INSERT INTO users VALUES (1, '$USERNAME', '$SURNAME', '$FIRSTNAME', '$EMAIL', '', 'curator', now(), '') ;
EOT
More information about the debian-med-commit
mailing list