# Networking stuff
NETWORKING=yes
HOSTNAME=costfw
NAMESERVER=""
SEARCHDOMAIN=""

# Time server (for rdate)
TIMESERVER=192.43.244.18

# Logging options
SYSLOGD_OPTIONS="-m 0 -R 192.168.2.2"
KLOGD_OPTIONS=""

# Crond options
CROND_OPTIONS=""
CRONTAB_DIR="/etc/sysconfig/crontabs/"

# DHCP server option
DHCPD_OPTIONS="-q -cf /etc/dhcpd.conf -lf /var/lib/dhcp/dhcpd.leases eth0"

# RC start/stop options
RC_START="network settime syslog shorewall random dhcpd sshd crond lpd"
RC_STOP="syslog lpd shorewall dhcpd network"

# Modules to load
ETH_MODULE="mii sis900 usbcore usb-ohci CDCEther"

# Printer modules
# parallel: parport parport_pc
# usb: usbcore usb-uhci printer
LP_MODULE="printer"
