--- /etc/rc.d/network.old 2006-09-26 13:20:40.000000000 +0300 +++ /etc/rc.d/network 2006-09-26 13:21:27.000000000 +0300 @@ -177,6 +177,10 @@ /usr/bin/netcfg --menu --timeout 5 else for prof in ${NET_PROFILES[@]}; do + if [ "$prof" = "last" ]; then + /usr/bin/netcfg --last + fi + if [ "$prof" = "${prof#!}" ]; then /usr/bin/netcfg -c $prof fi