[3414] in SIPB_Linux_Development

home help back first fref pref prev next nref lref last post

WHAT YOU SAY??

daemon@ATHENA.MIT.EDU (Alex Coventry)
Thu Mar 29 07:39:15 2001

Date: Thu, 29 Mar 2001 07:39:13 -0500
Message-Id: <200103291239.HAA25628@pickled-herring.mit.edu>
From: Alex Coventry <alex_c@MIT.EDU>
To: Sam Hartman <hartmans@MIT.EDU>
Cc: Linux-Dev <linux-dev@MIT.EDU>


Ted's right that all these modifications should have taken place under
RCS.  I'll resolve to do that for any further modifications I made.  

I seem like the most probable culprit for the corruption Sam has pointed
out.  However diff'ing installclass.py from the anaconda tree in afs
with the copy I originally took from there (and have not modified to the
best of my knoweldge, as it was my intent to keep it as a reference,
though I have no RCS logs to corroborate this) turns up only changes to
the postinstall script, so I'm confused.  For what it's worth, the diff
between the current installclass.py and that prior version is included
below.  The modification stamp on the version I'm diff'ing against is
Sep 21.

Running diff against the stock redhat installclass.py does turn up the
following pertinent lines, though.  Can we simply put these back?

190c190
< 	self.setAuthentication(1, 0, 0)
---
> 	self.setAuthentication(1, 1, 0)
273d231
< 	self.addToSkipList("authentication")

For great justice,
Alex.

################################################################################

puf% diff anaconda.installer/installclass.py anaconda-old/anaconda-current/installclass.py 
235d234
< $ROOT/etc/athena/gettime -s time.mit.edu
252,256c251
< grep -q ^AFSSRV /tmp/rc.conf || cat << EOF >> /tmp/rc.conf
< AFSSRV=false;		export AFSSRV;		#  AFS server
< EOF
< 
< grep -q ^AFSCLIENT /tmp/rc.conf || cat << EOF >> /tmp/rc.conf 
---
> cat <<eof >>/tmp/rc.conf
258,262c253,254
< EOF
< 
< grep -q ^AFSADJUST /tmp/rc.conf || cat << EOF >> /tmp/rc.conf
< AFSADJUST=true; 	export AFSADJUST;	#  Adjust AFS cache-size?
< EOF
---
> AFSADJUST=true;		export AFSADJUST;	#  Adjust AFS cache-size?
> eof
266,272d257
< rm -f $ROOT/etc/resolv.conf
< cat > $ROOT/etc/resolv.conf <<EOF
< search MIT.EDU
< nameserver 127.0.0.1
< EOF
< 
< chmod 644 $ROOT/etc/resolv.conf

home help back first fref pref prev next nref lref last post