Changeset 24038 for trunk/ippScripts/scripts/receive_setstatus.pl
- Timestamp:
- May 1, 2009, 5:28:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_setstatus.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_setstatus.pl
r24031 r24038 51 51 52 52 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 53 pod2usage( -msg => "Required options: -- dest_id --status_uri",53 pod2usage( -msg => "Required options: --status_fs_name --status_product", 54 54 -exitval => 3) unless 55 defined $ status_fs_name and55 defined $received_fs_name and 56 56 defined $status_product and 57 57 defined $fault; 58 58 # and ($fault == 0 or defined $status_file); 59 60 # if a name for the status fileset is not provided use the received value 61 $status_fs_name = $received_fs_name if !defined $status_fs_name; 59 62 60 63 $ipprc->redirect_output($logfile) if $logfile;
Note:
See TracChangeset
for help on using the changeset viewer.
