View | Details | Raw Unified | Return to bug 255981 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/zrepl/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	zrepl
3
PORTNAME=	zrepl
4
PORTVERSION=	0.3.1
4
PORTVERSION=	0.3.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
8
9
MAINTAINER=	woodsb02@FreeBSD.org
9
MAINTAINER=	woodsb02@FreeBSD.org
(-)sysutils/zrepl/files/zrepl.in (-2 / +2 lines)
Lines 54-61 extra_commands="configtest" Link Here
54
zrepl_precmd()
54
zrepl_precmd()
55
{
55
{
56
	if [ ! -d "/var/run/zrepl/stdinserver" ]; then
56
	if [ ! -d "/var/run/zrepl/stdinserver" ]; then
57
		install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl";
57
		install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl";
58
		install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl/stdinserver";
58
		install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl/stdinserver";
59
	fi
59
	fi
60
60
61
	if [ ! -e "${pidfile}" ]; then
61
	if [ ! -e "${pidfile}" ]; then

Return to bug 255981