cvs commit: src/etc/rc.d gbde
    Pawel Jakub Dawidek 
    pjd at FreeBSD.org
       
    Sun Jul  3 01:08:09 GMT 2005
    
    
  
pjd         2005-01-23 16:43:55 UTC
  FreeBSD src repository
  Modified files:
    etc/rc.d             gbde 
  Log:
  We cannot use sed(1), because rc.d/gbde has to be called before
  rc.d/mountcritlocal and sed(1) is placed in /usr/bin/. Other useful tools
  for this task are also placed in /usr/ (tr(1), awk(1)), so I implemented
  local_tr() function which works simlar to tr(1).
  
  Reported by:    Amir Shalem <amir at boom.org.il>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.11      +20 -1     src/etc/rc.d/gbde
    
    
More information about the cvs-all
mailing list