Point at /etc/periodic
This commit is contained in:
parent
857a012f0c
commit
4ffb08b9fb
@ -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 ); \
|
||||
|
@ -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
|
||||
|
||||
|
||||
##############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user