1 Commits

Author SHA1 Message Date
Jay Larson
b9d20d9c88 Added dependency on initscripts 2018-09-30 18:38:04 -05:00

View File

@@ -9,13 +9,13 @@
# GNU General Public License for more details.
ARCH = x86_64
DEPENDS = dash,glibc,sysvinit
DEPENDS = dash,glibc,initscripts,sysvinit
BUILDDEPS =
URL = http://ftp.isc.org/isc/cron/
REPO = main
BRIEF = daemon to execute scheduled commands
DESC = An implimentation of cron based on the SysV cron (aka Vixie cron)
SNAPVER = 3
SNAPVER = 4
ARCHIVE := $(PWD)/$(shell ls SRC/*.shar|tail -1)
SRCDIR := cron-$(shell echo $(ARCHIVE)|egrep -o '[0-9]\.[0-9]')