Subject: CVS commit: src/etc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/03/2003 14:00:46
Module Name:	src
Committed By:	christos
Date:		Tue Jun  3 14:00:46 UTC 2003

Modified Files:
	src/etc: rc.subr

Log Message:
Use more concise shell syntax:
1. for i in $* -> for i
2. foo=$* -> foo="$@"


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/etc/rc.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.