Hide Forgot
when configured with linuxconf The linuxconf part was removed from /etc/sysconfig/network-scripts/ifup-routes
Fixed in initscripts-4.56-1, which will be in the next Raw Hide release.
This is apparently not fixed in RH6.2 Beta 2
Could you give an example (i.e., post the config files) that doesn't work?
If I use linuxconf to add eg a static route to the local net 1.1.1.1 with net,ask 255.255.0.0 it generates the file /etc/sysconfig/static-routes with the following entry: any net 1.1.1.1 netmask 255.255.0.0 gw eth0 Your script ecpects something like eth0 ...
Actually, these should be handled through /etc/rc.d/init.d/network; the reason they aren't working is because linuxconf is generating *BROKEN* files. Somehow I'm not surprised. A workaround will be added in the next initscripts release.