diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-08-11 13:52:23 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-08-11 13:52:23 +0000 |
commit | bf8a86cd148750ce577f389cb3799189d83c7ee9 (patch) | |
tree | 7d83aacb7c4f6a8a38693a464a0880b6b18c04f9 /usr.bin/at/Makefile | |
parent | c2d948fa77193fdac58e881256ff296d6cac2dfe (diff) |
Move cron.d/at to usr.bin/at/
This helps with pkgbase as it tags this as a config file so it is handled as
such
Approved by: allanjude (mentor)
Sponsored by: Essen Hackathon
Differential Revision: https://reviews.freebsd.org/D16673
Notes
Notes:
svn path=/head/; revision=337626
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r-- | usr.bin/at/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 5e9cfc9302fd..7dde46f28e67 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -2,6 +2,9 @@ .include "${.CURDIR}/Makefile.inc" +CONFS= atrun +CONFSDIR= /etc/cron.d +CONFSNAME= at PROG= at SRCS= at.c panic.c parsetime.c perm.c LINKS= ${BINDIR}/at ${BINDIR}/atq \ |