summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-24 21:42:36 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-24 21:42:36 (GMT)
commitc58f2ef5aae732c9b25d0709b436e7420d466ddd (patch)
treea33829aec5f3cc3266ad5cb424cc9370d98de4db /abs/core/runit-scripts/PKGBUILD
parentdaa699b5707fa46a2544318fd2844d5a8abfb241 (diff)
downloadlinhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.zip
linhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.tar.gz
linhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.tar.bz2
runit-scripts:
- changed mythbackend logging to use syslog - as pre-upgrade run a chmod 755 on /etc/sv. This should get rid of the permissions difference error message. Note this is a one-time run
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index c625da4..fd205aa 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=2.1.1
-pkgrel=60
+pkgrel=61
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
@@ -27,5 +27,6 @@ build() {
install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin
rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv
chmod -R 755 $startdir/pkg/etc/sv
+ chown -R root:root $startdir/pkg/etc/sv
}
md5sums=('c79246677d5ffe687bcf6df1b9c2abc2')