2 echo "This dhcp client is a replacement" \
3 "for dhcpcd. You can also use it" \
4 "as a replacement for /etc/rc.d/network"
5 echo "Configuration options reside in /etc/conf.d/pump."
8 echo "ATTENTION -- ATTENTION"
9 echo "You have removed this dhcp client. If you were" \
10 "using it then you'll have to make sure that you" \
11 "have a suitable replacement. Else you can render" \
12 "your system unbootable - this can be a real pain" \
13 "on headless systems."
14 echo "ATTENTION -- ATTENTION"
17 # vim:set ts=2 sw=2 et: