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)
This commit is contained in:
olgeni
2015-05-26 14:15:22 +00:00
parent e2ca9da1e8
commit bd2c2e256f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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}/
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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}
}