diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-27 20:52:13 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-27 20:52:13 (GMT) |
commit | 25e07b377227a4a1c56419ee7eec09db6e240e58 (patch) | |
tree | d84ad59a1521f58391a7fc3a36f810f9d6f3ee81 /abs/core | |
parent | 74d8c615e12b215d1e633e43894d8497ea01ccff (diff) | |
download | linhes_pkgbuild-25e07b377227a4a1c56419ee7eec09db6e240e58.zip linhes_pkgbuild-25e07b377227a4a1c56419ee7eec09db6e240e58.tar.gz linhes_pkgbuild-25e07b377227a4a1c56419ee7eec09db6e240e58.tar.bz2 |
runit-scripts: rsyslog run: update startup forrsyslog 8.11.0
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/rsyslog/run | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index df20d62..1e70f43 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts -pkgver=8.3 -pkgrel=11 +pkgver=8.4 +pkgrel=1 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/rsyslog/run b/abs/core/runit-scripts/runitscripts/services/rsyslog/run index f356d10..2fd4f17 100755 --- a/abs/core/runit-scripts/runitscripts/services/rsyslog/run +++ b/abs/core/runit-scripts/runitscripts/services/rsyslog/run @@ -6,5 +6,4 @@ export TERM=linux stat_runit "Starting rsyslog" -exec /usr/bin/rsyslogd -n -c5 - +exec /usr/bin/rsyslogd -n |