Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157292494
D16560.id46162.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16560.id46162.diff
View Options
Index: etc/Makefile
===================================================================
--- etc/Makefile
+++ etc/Makefile
@@ -204,7 +204,6 @@
.if ${MK_BLUETOOTH} != "no"
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
.endif
- ${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
Index: etc/cron.d/Makefile
===================================================================
--- etc/cron.d/Makefile
+++ etc/cron.d/Makefile
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-.if ${MK_AT} != "no"
-FILES+= at
-.endif
-
-BINDIR= /etc/cron.d
-
-.include <bsd.prog.mk>
Index: etc/cron.d/at
===================================================================
--- etc/cron.d/at
+++ etc/cron.d/at
@@ -1,7 +0,0 @@
-# $FreeBSD$
-#
-SHELL=/bin/sh
-PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
-
-# See crontab(5) for field format.
-*/5 * * * * root /usr/libexec/atrun
Index: usr.bin/at/Makefile
===================================================================
--- usr.bin/at/Makefile
+++ usr.bin/at/Makefile
@@ -3,6 +3,10 @@
.include "${.CURDIR}/Makefile.inc"
PROG= at
+CONFS= atrun
+CONFSDIR= /etc/cron.d
+CONFSNAME= at
+CONFSMODE= 444
SRCS= at.c panic.c parsetime.c perm.c
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 2:10 AM (10 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33368966
Default Alt Text
D16560.id46162.diff (1 KB)
Attached To
Mode
D16560: Move cron.d/at to usr.bin/at
Attached
Detach File
Event Timeline
Log In to Comment