cvs commit: src/etc rc.subr

Mike Makonnen mtm at FreeBSD.org
Thu Feb 26 04:30:39 PST 2004


mtm         2004/02/26 04:30:39 PST

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
  Log:
  NetBSD rev. 1.56
    Use more concise shell syntax:
    1. for i in $* -> for i
    2. foo=$* -> foo="$@"
  
  Obtained From:  NetBSD
  
  Revision  Changes    Path
  1.21      +3 -3      src/etc/rc.subr


More information about the cvs-src mailing list