aboutsummaryrefslogtreecommitdiff
path: root/sysutils/runit
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-05-26 14:15:22 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-05-26 14:15:22 +0000
commit1a68c810aebd7ae5653e6ffb3d79e56c2e6c36d9 (patch)
treea0fd0e486d3b63601c5bb2413301282da7956e4d /sysutils/runit
parent085a29bc9d561d352123a94795cc21cb05be11c1 (diff)
downloadports-1a68c810aebd7ae5653e6ffb3d79e56c2e6c36d9.tar.gz
ports-1a68c810aebd7ae5653e6ffb3d79e56c2e6c36d9.zip
Upgrade to version 2.1.2.
Use daemon(8) to redirect stdin, stdout, and stderr; start daemon in /. PR: 200440 Submitted by: olgeni Approved by: maintainer (email)
Notes
Notes: svn path=/head/; revision=387479
Diffstat (limited to 'sysutils/runit')
-rw-r--r--sysutils/runit/Makefile2
-rw-r--r--sysutils/runit/distinfo4
-rw-r--r--sysutils/runit/files/runsvdir.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile
index a46ae103347e..b41de1697279 100644
--- a/sysutils/runit/Makefile
+++ b/sysutils/runit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= runit
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.2
CATEGORIES= sysutils
MASTER_SITES= http://smarden.org/${PORTNAME}/ \
http://www.bayofrum.net/dist/${PORTNAME}/
diff --git a/sysutils/runit/distinfo b/sysutils/runit/distinfo
index a19b2c9a1575..5c08c3d40e58 100644
--- a/sysutils/runit/distinfo
+++ b/sysutils/runit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (runit-2.1.1.tar.gz) = ffcf2d27b32f59ac14f2d4b0772a3eb80d9342685a2042b7fbbc472c07cf2a2c
-SIZE (runit-2.1.1.tar.gz) = 109661
+SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
+SIZE (runit-2.1.2.tar.gz) = 110916
diff --git a/sysutils/runit/files/runsvdir.in b/sysutils/runit/files/runsvdir.in
index a4fc2f42d717..7074be964d9e 100644
--- a/sysutils/runit/files/runsvdir.in
+++ b/sysutils/runit/files/runsvdir.in
@@ -31,7 +31,7 @@ runsvdir_start()
/bin/test -d ${runsvdir_path} || /bin/mkdir -p ${runsvdir_path}
/usr/bin/env -i \
PATH=/command:%%PREFIX%%/sbin:%%PREFIX%%/bin:/sbin:/bin:/usr/sbin:/usr/bin \
- /usr/sbin/daemon \
+ /usr/sbin/daemon -c -f \
${command} ${runsvdir_path}
}