diff --git a/srcpkgs/cronie/files/cronie/log/run b/srcpkgs/cronie/files/cronie/log/run new file mode 100755 index 00000000000..6ff79ce509c --- /dev/null +++ b/srcpkgs/cronie/files/cronie/log/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec vlogger -p cron.notice diff --git a/srcpkgs/cronie/files/cronie/run b/srcpkgs/cronie/files/cronie/run index c1216bb0f29..d3045c363c6 100755 --- a/srcpkgs/cronie/files/cronie/run +++ b/srcpkgs/cronie/files/cronie/run @@ -1,2 +1,3 @@ #!/bin/sh -exec cronie-crond -n 2>&1 +[ -r conf ] && . ./conf +exec cronie-crond -n $OPTS 2>&1 diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index 50e2d88dfbd..cd00937e7f5 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -1,7 +1,7 @@ # Template file for 'cronie' pkgname=cronie version=1.5.5 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-inotify --without-selinux --with-pam --enable-anacron --enable-pie --enable-relro"