Annotation of 43BSDTahoe/new/nntp/rrn/MAKE_RRN_CHANGES, revision 1.1.1.1

1.1       root        1: #!/bin/sh
                      2: 
                      3: PATH=/usr/ucb:/usr/bin:/bin:/usr/local/bin:/usr/local
                      4: export PATH
                      5: 
                      6: for filename in Pnews.header addng.c artio.c common.h final.c head.c \
                      7:        init.c ng.c ngdata.c ngdata.h rcstuff.c respond.c util.c
                      8: do
                      9: patch $filename < ${filename}.rrnpatch
                     10: done
                     11: 
                     12: 
                     13: for filename in Makefile.SH newsetup.SH newsgroups.SH 
                     14: do
                     15:     patch -o ${filename}.rrn $filename < ${filename}.rrnpatch
                     16: done
                     17: 
                     18: if test -r Configure.orig ; then
                     19: echo "Configure.orig exists.  Save the real Configure script and then:"
                     20: echo '"mv Configure.rrn Configure"'
                     21: echo "Then run Configure and answer the questions."
                     22: else
                     23: mv Configure Configure.orig
                     24: mv Configure.rrn Configure
                     25: fi

unix.superglobalmegacorp.com

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