In article <[EMAIL PROTECTED]>, Cyrille Lefevre <[EMAIL PROTECTED]> wrote: > IMHO, it would be better to provide a /etc/dhclient-enter-hooks > while you are net installing the station, then remove it when > finished. > > the dhclient-enter-hooks would be almost what you are doing : > > #!/bin/sh > > if [ x$reason = xPREINIT ]; then > case `ifconfig $interface` in > *flags=*[\<,]UP[\>,]*) exit 0 ;; > esac > fi
I know the problem could be solved that way, and if I were using a Microsoft operating system that's what I'd have to do. But this is FreeBSD, and we can fix things that are broken. What is the reason you think it would be better to put the solution into dhclient-enter-hooks? John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message