[2818] in Release_Engineering

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

Re: Show stopping feature of fs

daemon@ATHENA.MIT.EDU (Richard Basch)
Fri May 8 13:15:46 1992

Date: Fri, 8 May 92 13:15:31 -0400
To: epeisach@MIT.EDU
Cc: rel-eng@MIT.EDU
In-Reply-To: Ezra Peisach's message of Fri, 8 May 92 12:18:00 -0400,
From: "Richard Basch" <basch@MIT.EDU>


You are correct... if you look at "Updating setuid cell information",
there is a second "awk" that does exactly the same thing as before.

Remove the second occurrence of:

    /bin/awk ' \
	      /^>/ {printf("\nfs newcell %s", substr($1,2,length($1)-1))}; \
	      /^[0-9]/ {printf(" %s",$1)}; \
	      END {printf("\n")}' ${CELLDB} | \
	    /bin/sh


(between echo "Updating setuid cell information"
     and echo "Only allowing setuid/setgid programs from the following cells:")

I have no clue how those lines got copied twice...

-R

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