Subject: Re: /etc/rc.d/ scripts that depend on multiple rc configs
To: Stephen Welker <stephen.welker@nemostar.com.au>
From: Greywolf <greywolf@starwolf.com>
List: tech-userlevel
Date: 10/02/2003 17:42:52
Thus spake Stephen Welker ("SW> ") sometime Today...
SW> load_rc_config ipfilter
SW> if ! checkyesno ipfilter || [ ! -f /etc/ipf.conf ]; then
SW> echo "ipfilter not enabled, exiting ipnat startup"
SW> exit
SW> fi
[If you do this, please don't use 'exit' -- program around. 'exit'
breaks RC_FAST_AND_LOOSE (which is a win on slower machines).]
--*greywolf;
--
NetBSD: It keeps on going...and going...and going...