updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / network-ip / network-ip.install
blob70547477b72861699188f6922d264e234a743642
2 post_install() {
3   echo "rewrite the network config in /etc/rc.conf"
4   echo "make a backup of the old lines"
5   echo "e.g. "
6   echo "eth0=\"addr add 192.168.1.2 dev eth0\""
7   echo "INTERFACES=(eth0)"
8   
9   echo "gateway=\"default via 192.168.1.1 dev eth0\""
10   echo "ROUTES=(gateway)"
11   
12   
13   echo "and replace network with network-ip in DAEMONS in /etc/rc.conf"
16 post_remove() {
17   echo "use the original config syntax"
18   echo "and replace network-ip with network in DAEMONS in /etc/rc.conf"