#!/bin/sh

CONFIG=/usr/farm/lib/conserver.cf.7.4

ed << EOF
e $CONFIG
/trusted:
d
a
trusted: 127.0.0.1 localhost
.
/allowed:
d
1,$ w
q
EOF
