#!/bin/sh -efu

. install2-init-functions

chroot $destdir chkconfig --level 3 sshd off ||:
chroot $destdir chkconfig --level 5 sshd off ||:

hac="$destdir/etc/httpd2/conf/httpd2.alterator.conf"
[ -f "$hac" ] && subst 's/Listen 8080/Listen 127.0.0.1:8080/' "$hac" ||:

