MESSAGE 253 B

123456789
  1. To have ipguard start at boot time, add the following line
  2. to /etc/rc.local, substituting <interface> as needed:
  3. if [ -x ${PREFIX}/sbin/ipguard ]; then
  4. install -d -o _ipguard /var/run/ipguard
  5. ${PREFIX}/sbin/ipguard <interface>
  6. echo -n ' ipguard'
  7. fi