3 echo "rewrite the network config in /etc/rc.conf"
4 echo "make a backup of the old lines"
6 echo "eth0=\"addr add 192.168.1.2 dev eth0\""
7 echo "INTERFACES=(eth0)"
9 echo "gateway=\"default via 192.168.1.1 dev eth0\""
10 echo "ROUTES=(gateway)"
13 echo "and replace network with network-ip in DAEMONS in /etc/rc.conf"
17 echo "use the original config syntax"
18 echo "and replace network-ip with network in DAEMONS in /etc/rc.conf"