cvs commit: src/etc/rc.d hostid
    Ralf S. Engelschall 
    rse at FreeBSD.org
       
    Mon May 21 11:44:14 UTC 2007
    
    
  
rse         2007-05-21 11:44:13 UTC
  FreeBSD src repository
  Modified files:
    etc/rc.d             hostid 
  Log:
  Adjust UUID lower-case translation from straight-forward tr(1)
  usage to an equivalent csh(1) usage as tr(1) stays in /usr/bin and
  /etc/rc.d/hostid has just the root filesystem (and this way mainly the
  tools in /bin) available.
  
  I've chosen csh(1) here as the string manipulation tools available in
  /bin is extremely limited and the (only) alternative ed(1) usage would
  have been a lot more complicated or even might require a temporary file.
  
  Revision  Changes    Path
  1.4       +2 -1      src/etc/rc.d/hostid
    
    
More information about the cvs-all
mailing list