[3247] in SIPB-AFS-requests
Re: migrating rosebud to a Sun
daemon@ATHENA.MIT.EDU (Mike Whitson)
Wed Jan 20 14:15:06 1999
To: mhpower@MIT.EDU
Cc: sipb-afsreq@MIT.EDU, zacheiss@MIT.EDU
From: Mike Whitson <mwhitson@MIT.EDU>
Date: 20 Jan 1999 14:14:56 -0500
In-Reply-To: mhpower@MIT.EDU's message of Tue, 19 Jan 1999 14:00:20 -0500
mhpower@MIT.EDU writes:
> ***************
> *** 67,71 ****
> -e 's/unun/un/' \
> -e '/globalmessage/d' \
> ! -e p /srvd$INETDIR/inetd.conf > /tmp/inetd.conf
> test -f $INETDIR/inetd.conf.old || mv -f $INETDIR/inetd.conf $INETDIR/inetd.conf.old
>
> --- 72,76 ----
> -e 's/unun/un/' \
> -e '/globalmessage/d' \
> ! -e p /$SIPBCF$INETDIR/inetd.conf > /tmp/inetd.conf
> test -f $INETDIR/inetd.conf.old || mv -f $INETDIR/inetd.conf $INETDIR/inetd.conf.old
Why this change? I think that if we're editing the inetd.conf to our
satisfaction in sipbops.add, there's no reason to start with something
other than the version in the athena release. This simply introduces
another config file dependency, which I don't think we need. Note
that no services are enabled except those explicitly specified in
sipbops.add, so it's not as if a future Athena release could cause us
to start running services without knowing it.
I've checked in all the other changes, including my own change to run
telnetd with the flags "-e -a user", and some formatting cleanup.
-mike