Changeset 27718 for trunk/ippScripts/scripts/receive_setstatus.pl
- Timestamp:
- Apr 21, 2010, 11:35:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_setstatus.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_setstatus.pl
r24038 r27718 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 print "\n\n"; 11 print "Starting script $0 on $host \n\n";12 print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 74 75 $fileargs = " --list - --copy --abspath"; 75 76 } 76 77 77 78 # XXX need to create a fileset type for this 78 79 my $command = "echo $regline | dsreg --add $status_fs_name --product $status_product --type notset";
Note:
See TracChangeset
for help on using the changeset viewer.
