summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-10 17:15:47 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-10 17:15:47 (GMT)
commit2fb3df67b20d4b0f9265a3a4348eb00d318de24a (patch)
tree90a6dd50383f70bfcd398a1a1bf0e3dfab276544 /abs/core/runit-scripts
parent26e580bd850bbbfc2b39177ee272ab052c012b49 (diff)
downloadlinhes_pkgbuild-2fb3df67b20d4b0f9265a3a4348eb00d318de24a.zip
linhes_pkgbuild-2fb3df67b20d4b0f9265a3a4348eb00d318de24a.tar.gz
linhes_pkgbuild-2fb3df67b20d4b0f9265a3a4348eb00d318de24a.tar.bz2
runit-scripts: set crond run to use postfix. refs #922
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/cron/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index fdbdab1..c90f052 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=8.0
-pkgrel=2
+pkgrel=3
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core/runit-scripts/runitscripts/services/cron/run b/abs/core/runit-scripts/runitscripts/services/cron/run
index 3d358d3..bf5787a 100755
--- a/abs/core/runit-scripts/runitscripts/services/cron/run
+++ b/abs/core/runit-scripts/runitscripts/services/cron/run
@@ -6,4 +6,4 @@ stat_runit "Starting Cron"
exec 2>&1
-exec /usr/sbin/crond -f -M /dev/null -l info
+exec /usr/sbin/crond -f -M /usr/bin/postfix -l info