Index: trunk/pstamp/scripts/pstamp_new_request.sh
===================================================================
--- trunk/pstamp/scripts/pstamp_new_request.sh	(revision 16878)
+++ trunk/pstamp/scripts/pstamp_new_request.sh	(revision 16899)
@@ -6,8 +6,7 @@
 # create a postage stamp request file and add it to the data store
 # This is a simple prototype for testing purposes only
-# uses Erik's dsreg script which I've copied to ipp/DataStore/scripts
 
 # TODO: use getopt and take these configuration variables as command
-# line arguments or convert this script to perl
+# line arguments or convert this script to perl and use the ipp config
 
 DATA_STORE=/var/www/html/ds/dsroot
@@ -46,5 +45,5 @@
 
 # Invoke the data store registration script
-echo $request_file\|chip | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id
+echo $request_file\|psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id
 
 status=$?
