diff options
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/rc.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 69b463c..59c5549 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.158 1997/08/14 06:58:44 jkh Exp $ +# $Id: Makefile,v 1.159 1997/08/14 07:00:44 jkh Exp $ # -rw-r--r-- BINOWN= root @@ -55,7 +55,7 @@ distribution: ${DESTDIR}/var/cron/log; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ master.passwd ${DESTDIR}/etc; \ - ( cd ${.CURDIR}/cron.d; ${MAKE} install );\ + ( cd ${.CURDIR}/periodic; ${MAKE} install );\ ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\ ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ diff --git a/etc/rc.conf b/etc/rc.conf index a08203e..11c17ca 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.21 1997/08/13 03:31:19 steve Exp $ +# $Id: rc.conf,v 1.22 1997/08/13 06:01:14 pst Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -18,7 +18,7 @@ pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. -local_cron="/usr/local/etc/cron.d /usr/X11R6/etc/cron.d" # periodic script dirs +local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs ############################################################## |