Index: trunk/pstamp/scripts/ppstamp_run.pl
===================================================================
--- trunk/pstamp/scripts/ppstamp_run.pl	(revision 16878)
+++ trunk/pstamp/scripts/ppstamp_run.pl	(revision 16899)
@@ -43,6 +43,6 @@
 my $missing_tools;
 
-my $pstamptool  = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
-my $ppstamp = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
+my $pstamptool = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
+my $ppstamp    = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
 
 if ($missing_tools) {
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=$?
Index: trunk/pstamp/scripts/pstamp_webrequest.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 16878)
+++ trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 16899)
@@ -47,5 +47,5 @@
 my $pstamptool = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
 my $pstampparse = can_run('pstampparse')  or (warn "Can't find pstampparse"  and $missing_tools = 1);
-my $pstampparser_run = can_run('pstampparser_run.pl')  or (warn "Can't find pstampparser_run.pl"  and $missing_tools = 1);
+my $pstampparser_run = can_run('pstamp_parser_run.pl')  or (warn "Can't find pstamp_parser_run.pl"  and $missing_tools = 1);
 
 if ($missing_tools) {
