#!/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 on ||:
/sbin/chkconfig postfix on ||:
/sbin/chkconfig mailman on ||:
