summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
committerpst <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
commit93db7f7195a04ff2e45c6da90c499e1a3e2c60ba (patch)
tree6b5544431deb152f42f558e5b4be6c6dfb1cc897 /etc
parentbb51ac6cd125720b642f84ac8dc0cace18fb9a96 (diff)
downloadFreeBSD-src-93db7f7195a04ff2e45c6da90c499e1a3e2c60ba.zip
FreeBSD-src-93db7f7195a04ff2e45c6da90c499e1a3e2c60ba.tar.gz
Point at /etc/periodic
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/rc.conf4
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
##############################################################
OpenPOWER on IntegriCloud