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