File:  [CSRG BSD Unix] / 43BSDTahoe / new / nntp / rrn / MAKE_RRN_CHANGES
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

#!/bin/sh

PATH=/usr/ucb:/usr/bin:/bin:/usr/local/bin:/usr/local
export PATH

for filename in Pnews.header addng.c artio.c common.h final.c head.c \
	init.c ng.c ngdata.c ngdata.h rcstuff.c respond.c util.c
do
patch $filename < ${filename}.rrnpatch
done


for filename in Makefile.SH newsetup.SH newsgroups.SH 
do
    patch -o ${filename}.rrn $filename < ${filename}.rrnpatch
done

if test -r Configure.orig ; then
echo "Configure.orig exists.  Save the real Configure script and then:"
echo '"mv Configure.rrn Configure"'
echo "Then run Configure and answer the questions."
else
mv Configure Configure.orig
mv Configure.rrn Configure
fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.