diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-30 15:36:21 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-30 15:36:21 (GMT) |
commit | 0da469ed49f6874b4ff8088587b7f9053f2a5173 (patch) | |
tree | 85f0e2150c5b173379dd4538954fb651fbe56970 /abs/core/runit-scripts | |
parent | 904e88d104399b51fbc6cbf3f904f831786dedb6 (diff) | |
download | linhes_pkgbuild-0da469ed49f6874b4ff8088587b7f9053f2a5173.zip linhes_pkgbuild-0da469ed49f6874b4ff8088587b7f9053f2a5173.tar.gz linhes_pkgbuild-0da469ed49f6874b4ff8088587b7f9053f2a5173.tar.bz2 |
runit-scripts: postfix run: update start location
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/postfix/run | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 1c4c342..d762d43 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts -pkgver=8.4 -pkgrel=5 +pkgver=8.5 +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/postfix/run b/abs/core/runit-scripts/runitscripts/services/postfix/run index 1fa526e..cd5a551 100755 --- a/abs/core/runit-scripts/runitscripts/services/postfix/run +++ b/abs/core/runit-scripts/runitscripts/services/postfix/run @@ -5,4 +5,4 @@ export TERM=linux . /etc/rc.d/functions stat_runit "Starting postfix" -exec /usr/lib/postfix/master -D +exec /usr/lib/postfix/bin/master -D |