#!/bin/sh -efu

. install2-init-functions

chroot $destdir chkconfig --level 3 sshd off ||:
chroot $destdir chkconfig --level 5 sshd off ||:
subst 's/Listen 8080/Listen 127.0.0.1:8080/' $destdir/etc/httpd2/conf/httpd2.alterator.conf ||:
# 2 inger: how to restrict ahttpd to localhost only?
