summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-12-15 15:36:03 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-12-15 15:36:03 (GMT)
commit209ef96fe71b94bfd66b2ed9010e567db7056e1e (patch)
tree9b440a3a4399585bf13e61cd827e4cc22b5999d6
parent9624d2106fa1bbd153b4e9dc23df51ab82091e1e (diff)
downloadlinhes_pkgbuild-209ef96fe71b94bfd66b2ed9010e567db7056e1e.zip
linhes_pkgbuild-209ef96fe71b94bfd66b2ed9010e567db7056e1e.tar.gz
linhes_pkgbuild-209ef96fe71b94bfd66b2ed9010e567db7056e1e.tar.bz2
runit-scripts: udevil, redirect stderr to stdout. This takes care of the error messagess showing up in ps output
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD2
-rwxr-xr-x[-rw-r--r--]abs/core/runit-scripts/runitscripts/services/udevil/run1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index 7c4de92..9857b4a 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=8.1
-pkgrel=4
+pkgrel=5
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core/runit-scripts/runitscripts/services/udevil/run b/abs/core/runit-scripts/runitscripts/services/udevil/run
index 46f922c..35fc273 100644..100755
--- a/abs/core/runit-scripts/runitscripts/services/udevil/run
+++ b/abs/core/runit-scripts/runitscripts/services/udevil/run
@@ -1,5 +1,6 @@
#!/bin/sh
export TERM=linux
+2>&1
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "starting udevil"