home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / condor40.zip / CONDOR / GENERIC / Condor.on < prev    next >
Text File  |  1989-03-29  |  261b  |  14 lines

  1. #!/bin/csh -f
  2.  
  3. set E=`grep ^START_DAEMONS ~condor/condor_config.local >& /dev/null`
  4. if ( $status != 0 ) echo START_DAEMONS >> ~condor/condor_config.local
  5.  
  6. ed - ~condor/condor_config.local << END_OF_GROT
  7. /^START_DAEMONS/c
  8. START_DAEMONS = True
  9. .
  10. w
  11. q
  12. END_OF_GROT
  13.  
  14.