On Wed, 13 Mar 2002, at 11:31am, Derek D. Martin wrote: > Please use the correct e-mail address when posting to the list. Some > e-mail clients have mailing list management features that don't work > properly if you post to an alternate address...
Changing your procmail recipe's match line to * ^TOgnhlug@.*zk3.dec.com will solve this problem nicely. :-) > The way that I solved this was to hack an alternate version of Red Hat's > /etc/init.d/network script, which looks for the config files in slightly > different places. > ... booting into run level 4, in which I have > /etc/init.d/network disabled, and the new version of the script enabled. That is a good idea. Another thing to be aware of is: Red Hat-style "ifcfg-" scripts do not have to be named after their interfaces. The "DEVICE" variable determines which network interface is actually used. So you can have "ifcfg-home" and "ifcfg-dhcp" or whatever. Set them both to "ONBOOT=no", and you can just login and issue "ifup dhcp" or "ifup home" as needed. You can also do this for dial-up links. Name the files "ifcfg-ppp-foo", where "foo" describes the connection. Then you can do "ifup ppp-foo" and "ifup ppp-bar" to switch numbers, providers, whatever. One of the things I like best about Red Hat is the flexibility and power of their network control scripts. -- Ben Scott <[EMAIL PROTECTED]> | The opinions expressed in this message are those of the author and do not | | necessarily represent the views or policy of any other person, entity or | | organization. All information is provided without warranty of any kind. | ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
