: if test ${NEW_KERNEL}
That's piece of my rc.net script (2.1 only):
NETVERSION=90
export NETVERSION
if [ -f /etc/NET-DEBUG ]; then
rm -f /etc/NET-DEBUG
exec /etc/rc.net.DEBUG
fi
OLDIFINFO=1
export OLDIFINFO
NETVERSION=89
if [ -f /proc/sys/net/ipv4/ip_forward ]; then
exec /etc/rc.net.89
fi
NETVERSION=79
if [ -f /proc/sys/net/ipv4/ip_proxy_arp ]; then
exec /etc/rc.net.79
fi
NETVERSION=69
exec /etc/rc.net.69
Alexey Kuznetsov
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu