mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
commit
dc358521f1
2 changed files with 2 additions and 25 deletions
|
@ -1,23 +0,0 @@
|
||||||
diff --git configure configure
|
|
||||||
index a32cc1c..fefad31 100755
|
|
||||||
--- configure
|
|
||||||
+++ configure
|
|
||||||
@@ -194,6 +194,18 @@ if [ -z "$RESTARTCMD" ]; then
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
+if [ -z "$RESTARTCMD" ]; then
|
|
||||||
+ printf "Checking for runit... "
|
|
||||||
+ if [ -x /bin/sv ]; then
|
|
||||||
+ RESTARTCMD="/bin/sv restart \1"
|
|
||||||
+ echo "yes"
|
|
||||||
+ elif [ -x /usr/bin/sv ]; then
|
|
||||||
+ RESTARTCMD="/usr/bin/sv restart \1"
|
|
||||||
+ echo "yes"
|
|
||||||
+ else
|
|
||||||
+ echo "no"
|
|
||||||
+ fi
|
|
||||||
+fi
|
|
||||||
|
|
||||||
if [ -z "$RESTARTCMD" ]; then
|
|
||||||
echo "$0: WARNING: No means of interacting with system services detected!"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openresolv'
|
# Template file for 'openresolv'
|
||||||
pkgname=openresolv
|
pkgname=openresolv
|
||||||
version=3.6.2
|
version=3.7.0
|
||||||
revision=2
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,5 +10,5 @@ license="BSD"
|
||||||
hostmakedepends="runit"
|
hostmakedepends="runit"
|
||||||
homepage="http://roy.marples.name/projects/openresolv/home"
|
homepage="http://roy.marples.name/projects/openresolv/home"
|
||||||
distfiles="ftp://roy.marples.name/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://roy.marples.name/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b0fd1ca59d2ee407db5e9b35d1ef8b670bc808fcc9db7aa31b0784cdd01825d0
|
checksum=8b7c0b2f6165b51893bceeb2ea1d3e85c08cbd1afc65319003a912166f8c35de
|
||||||
configure_args="--bindir=/usr/bin"
|
configure_args="--bindir=/usr/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue