On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote:
> I mean, I may certainly be missing something here, but I've never noticed
> rc.conf be anything other than a left hand value and a right hand value (often
> enclosed in quotes), with both sides being separated by an equal sign.
Nope. From our jail machine:
ALIASBASE=96
ALIASCNT=16
ALIASNO=0
while [ ${ALIASNO} -lt ${ALIASCNT} ]; do
ALIASLAST=`expr ${ALIASBASE} + ${ALIASNO}`
eval "ifconfig_rl0_alias${ALIASNO}='195.XX.YY.${ALIASLAST}/32'"
ALIASNO=`expr ${ALIASNO} + 1`
done
Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
------------------------------------------------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message