summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-27 16:28:15 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-27 16:28:15 (GMT)
commit16738cd0412042476110aa531d42c2e3509b9cbe (patch)
treebed655415c369fb64c1456d291836341f37e5200
parentf99262935c22cc95e6b22fe5d5f6ab85202e4726 (diff)
downloadlinhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.zip
linhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.tar.gz
linhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.tar.bz2
runit-scripts: add postfix run file
ref #408 , # 464
-rwxr-xr-xabs/core-testing/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/postfix/run8
2 files changed, 9 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 2c1300d..c391b0c 100755
--- a/abs/core-testing/runit-scripts/PKGBUILD
+++ b/abs/core-testing/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=1.8.0
-pkgrel=109
+pkgrel=116
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/postfix/run b/abs/core-testing/runit-scripts/runitscripts/services/postfix/run
new file mode 100755
index 0000000..1fa526e
--- /dev/null
+++ b/abs/core-testing/runit-scripts/runitscripts/services/postfix/run
@@ -0,0 +1,8 @@
+#!/bin/bash
+exec 1>&2
+export TERM=linux
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+stat_runit "Starting postfix"
+exec /usr/lib/postfix/master -D