IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2011, 2:51:48 PM (16 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/pstamp/scripts/pstamp_server_status

    r29572 r30446  
    4444chdir $rundir or die "failed to cd to $rundir";
    4545
     46
     47my $down = 0;
     48if ($down) {
     49    print "Postage Stamp Server will be down for maintenance it will back at approximately 00:00 2010-12-11 UTC\n";
     50    exit 0;
     51}
    4652
    4753my ($pts, $pantasks_script) = tempfile ('/tmp/pts.XXXX', UNLINK => !$save_temps);
Note: See TracChangeset for help on using the changeset viewer.