diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-08-16 17:07:13 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-08-16 17:07:13 +0000 |
| commit | 4ffb08b9fbe813769f0e641002c1c0878623edd0 (patch) | |
| tree | f9e38618a8f11b6f8c15681e213066c0a1553c80 /etc | |
| parent | 857a012f0cb2cc691e75de70045f693849c5bc28 (diff) | |
Notes
Diffstat (limited to 'etc')
| -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 69b463c9da23..59c5549162ed 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 a08203eec238..11c17caa19ac 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 ############################################################## |
