IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2007, 12:14:18 PM (18 years ago)
Author:
eugene
Message:

drop df in error condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r15679 r15852  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.71 2007-11-22 00:47:21 price Exp $
     3# $Id: Config.pm,v 1.72 2007-12-16 22:14:18 eugene Exp $
    44
    55package PS::IPP::Config;
     
    131131            }
    132132            ## try again after a moment?
    133             system ("df");
     133            ## system ("df");
    134134            select(undef, undef, undef, 0.25);
    135135        }
Note: See TracChangeset for help on using the changeset viewer.