summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/runit.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-05 00:07:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-05 00:07:10 (GMT)
commit5b97a91f0f9afa1703812ced446ed3d9aaf4f79c (patch)
treef168fb697a1d3962ac8ca12176c61704ba2cf7b8 /abs/core/runit/runit.install
parent42fd9c0e95c0440580cc2c80a48f87eb2df56669 (diff)
downloadlinhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.zip
linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.gz
linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.bz2
runit: update to 2.2 This change marks the migration of services from /var/service to /service
Diffstat (limited to 'abs/core/runit/runit.install')
-rwxr-xr-xabs/core/runit/runit.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/runit/runit.install b/abs/core/runit/runit.install
index 1728bc6..392d7be 100755
--- a/abs/core/runit/runit.install
+++ b/abs/core/runit/runit.install
@@ -27,7 +27,6 @@ fi
}
post_install () {
- mkdir /var/service
[ -e /sbin/halt ] || ln -s /sbin/halt.script /sbin/halt
[ -e /sbin/reboot ] || ln -s /sbin/reboot.script /sbin/reboot
[ -e /sbin/poweroff ] || ln -s /sbin/poweroff.script /sbin/poweroff
@@ -40,7 +39,7 @@ post_install () {
# arg 2: the old package version
post_upgrade(){
- /bin/true
+ post_install
}
op=$1