#!/bin/bash # -*- Mode: shell-script -*- # . /etc/rc.daemons # /linuxrc of Linux FW for Home Users; pmateti feb 26, 2001 # invoke from here any services you want running on the firewall. # remember: the fewer, the better in terms of security run this file # as soon as possible, but after network # after . etc/rc.config /sbin/klogd echo -n "*.* @" > etc/syslog.conf echo $SYSLOGIP >> etc/syslog.conf /sbin/syslogd -m 60 # -eof-