Subject: Re: System V /etc/rc.*
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 07/30/1995 13:42:54
> if [ -d /etc/rc.d ]; then
> 	for f in `ls /etc/rc.d/*`; do
> 		echo "Starting $f"
> 		/etc/rc.d/$f start
> 	done
> fi

> [I realise that this brings up the next religious issue - where would
> you place the above stuff?  At the beginning of rc.local, or at the
> end?]

If you're really dedicated to that style of doing things, that would be
all there is to rc.local, no?  (Also, surely you mean `ls /etc/rc.d`,
not `ls /etc/rc.d/*`.)

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu