--- Makefile.orig Wed Nov 22 14:27:54 1995 +++ Makefile Wed Nov 22 14:30:27 1995 @@ -44,18 +44,18 @@ # The directory to look in for new style configuration files (when # using HAVE_TAYLOR_CONFIG). Note that by default this is different # from sbindir, unlike traditional UUCP packages. -newconfigdir = $(prefix)/conf/uucp +newconfigdir = /var/lib/uucp/taylor_config #newconfigdir = /etc/uucp # The directory to look in for HDB (when using HAVE_HDB_CONFIG) or # V2 (when using HAVE_V2_CONFIG) style configuration files. -oldconfigdir = /usr/lib/uucp +oldconfigdir = /var/lib/uucp/hdb_config # If you don't want to compile tstuu, which requires BSD style ptys # and the Taylor configuration files, comment out the following line # The tstuu program is only used to test the package; it is described # further in the documentation. -TSTUU = tstuu +#TSTUU = tstuu # # The next few lines are set up by the configuration script. You may