Index: /trunk/pstamp/scripts/pstamp_new_request.sh
===================================================================
--- /trunk/pstamp/scripts/pstamp_new_request.sh	(revision 18545)
+++ /trunk/pstamp/scripts/pstamp_new_request.sh	(revision 18546)
@@ -5,5 +5,7 @@
 #
 # create a postage stamp request file and add it to the data store
-# This is a simple prototype for testing purposes only
+
+# This is a simple program for testing purposes only and not
+# part of the postage stamp server
 
 # TODO: use getopt and take these configuration variables as command
@@ -36,5 +38,5 @@
 request_file=${fileset_id}.fits
 
-pstamprequest ${dir_path}/${request_file} -project gpc1 -user_tag pstamp $*
+pstamprequest ${dir_path}/${request_file} -req_name $fileset_id $*
 status=$?
 if [[ $status != 0 ]] ; then
@@ -45,5 +47,5 @@
 
 # Invoke the data store registration script
-echo $request_file\|psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id
+echo $request_file\|\|\|psrequest\| | dsreg --add $fileset_id --type PSREQUEST --product $PRODUCT  --list -
 
 status=$?
