From 656569a0ad916ce27ce8573cdbe3a0653e4c4b05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2014 14:37:45 +0200 Subject: [PATCH] unbound: added runit service. --- srcpkgs/unbound/files/unbound/run | 2 ++ srcpkgs/unbound/template | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 srcpkgs/unbound/files/unbound/run diff --git a/srcpkgs/unbound/files/unbound/run b/srcpkgs/unbound/files/unbound/run new file mode 100755 index 00000000000..b42a607438b --- /dev/null +++ b/srcpkgs/unbound/files/unbound/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec unbound -d diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 8988396764a..fcaf58a96ca 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,7 +1,7 @@ # Template file for 'unbound' pkgname=unbound version=1.4.22 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr @@ -9,6 +9,7 @@ configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf conf_files="/etc/unbound/unbound.conf" makedepends="libressl-devel expat-devel libevent-devel" system_accounts="unbound" +replaces="runit-void<20141013_2" short_desc="Validating, recursive, and caching DNS resolver" maintainer="Christian Neukirchen " license="BSD" @@ -18,7 +19,8 @@ checksum=1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f post_install() { vsconf doc/example.conf unbound.conf - vconf ${FILESDIR}/unbound.conf + vinstall ${FILESDIR}/unbound.conf 644 etc/unbound + vsv unbound } unbound-devel_package() {