X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=srcpkgs%2Fboot-66serv%2Ftemplate;h=2d440cbfb0cdda12ad7dc08f002300d8f820d102;hb=f4f91f94c069ee876b233a8e68f2d688d811a79c;hp=575bb81631cd44fdaa5aa612dfb0c1a570562eb9;hpb=93b6ae2e5b8d346d509288820d66dcd87ace9e24;p=avyssos%2F66-voidlinux.git diff --git a/srcpkgs/boot-66serv/template b/srcpkgs/boot-66serv/template index 575bb81..2d440cb 100755 --- a/srcpkgs/boot-66serv/template +++ b/srcpkgs/boot-66serv/template @@ -37,13 +37,15 @@ post_install() { # Create symlink for the boot@system service configuration file ln -s ../etc/66/conf/boot@system/version/boot@system "${DESTDIR}/etc/66rc.conf" - # Install runit and switch-initutils services for 66 + # Install runit, runit-wrapsv@ and switch-initutils services for 66 # @version should be incremented only when there is a change in the specific # frontend service file. vinstall "${FILESDIR}"/runit 644 usr/share/66/service/ vsed -i "s/@VERSION@/0.0.1/" "${DESTDIR}/usr/share/66/service/runit" vinstall "${FILESDIR}"/switch-initutils-66 644 usr/share/66/service/ switch-initutils vsed -i "s/@VERSION@/0.0.2/" "${DESTDIR}/usr/share/66/service/switch-initutils" + vinstall "${FILESDIR}"/wrapsv@ 644 usr/share/66/service/ + vsed -i "s/@VERSION@/0.0.1/" "${DESTDIR}/usr/share/66/service/runit-wrapsv@" # Install sysctl.sh in /usr/share/66/script/ vinstall "${FILESDIR}"/sysctl.sh 755 usr/share/66/script/