Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 1995 15:32:19 -0800
From:      Paul Traina <pst@shockwave.com>
To:        se@MI.Uni-Koeln.DE (Stefan Esser)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com
Subject:   Re: cvs commit: src/etc/etc.i386 rc.i386 
Message-ID:  <199503302332.PAA04385@precipice.shockwave.com>
In-Reply-To: Your message of "Fri, 31 Mar 1995 01:03:54 %2B0200." <199503302303.AA16270@FileServ1.MI.Uni-Koeln.DE> 

next in thread | previous in thread | raw e-mail | index | archive | help
Sounds like a good idea to me.

  From: se@MI.Uni-Koeln.DE (Stefan Esser)
  Subject: Re: cvs commit: src/etc/etc.i386 rc.i386
  On Mar 30, 14:51, Paul Traina wrote:
  } Subject: Re: cvs commit: src/etc/etc.i386 rc.i386
  } Would you consider the following compromise?
  } 
  } for file in rc.local.d/* l do
  } 	echo $file | \
  } 		egrep -s "~$|.bak$|.orig$|.rej$|<other nastys>" || \
  } 		sh $file
  } done
  
  Hmm, wouldn't a test for some extension being present 
  be more save, than excluding files ?
  
  E.g.. "XYZ.start" and "XYZ.stop" would be quite save ...
  Or even "XYZ.rc" if you want one script for init/uninit.
  
  Regards, STefan
  
  -- 
   Stefan Esser				Internet:	<se@ZPR.Uni-Koeln.DE>
   Zentrum fuer Paralleles Rechnen	Tel:		+49 221 4706019
   Universitaet zu Koeln			FAX:		+49 221 4705160
   Weyertal 80
   50931 Koeln



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503302332.PAA04385>