#!/bin/sh -e
/sbin/chkconfig network on ||:
/sbin/chkconfig syslogd on ||:
/sbin/chkconfig random on ||:

/sbin/chkconfig rawdevices off ||:
/sbin/chkconfig fbsetfont off ||:
/sbin/chkconfig keytable off ||:
/sbin/chkconfig httpd2 off ||:

/sbin/chkconfig squid on ||:
