head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2001.05.04.05.29.37; author mhol; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @# Set these variables up to reflect your local environment # # Location of the local copy of the Unix Archive PD= /usr/PUPS ################################################### # Details used when making CD images with mkisofs # ################################################### # Full pathname of the cd9660 Rock Ridge CD images produced by the Makefile, # and the details of the person preparing the CD images IMGDIR= /usr/tmp IMG1= $(IMGDIR)/CD_IMAGE.1 IMG2= $(IMGDIR)/CD_IMAGE.2 PREP= Warren Toomey (wkt@@tuhs.org) # If you want to do a dry-run but not actually make the CD images, uncomment # the following line PS= -print-size ######################################################### # Details used when running rsync to mirror the Archive # ######################################################### # Name of remote rsync server you use to mirror the Archive, and your # username on that host USER= blah RSERVER= minnie.tuhs.org # If you want to avoid typing in your rsync server password, # uncomment this line and put the password in the file on a single line PASSWDFILE= --password-file='.rsync_passwd' # If you want to do a dry-run to see what would be mirrored, but not # actually copy any files, then uncomment the following line N= -n # If you really do want to mirror the CD images from the Mirroring/ # folder, comment out the following line. NOISO= --exclude 'CD_IMAGE.*' @