View | Details | Raw Unified | Return to bug 110943
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
# sed scripting breaks things.
38
# sed scripting breaks things.
39
#
39
#
40
40
41
CONFIGURE_ARGS=	--homedir=${PREFIX}/dcc --bindir=${PREFIX}/bin --mandir=${PREFIX}/man --with-rundir=/var/run
41
CONFIGURE_ARGS=	--homedir=${PREFIX}/dcc --bindir=${PREFIX}/bin --mandir=${PREFIX}/man --with-rundir=/var/run/dcc
42
42
43
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
44
44
(-)files/dcc-start.sh.in (-1 / +1 lines)
Lines 27-33 Link Here
27
: ${dccifd_conf="$dccifd_home/dcc_conf"}
27
: ${dccifd_conf="$dccifd_home/dcc_conf"}
28
28
29
29
30
pidfile=${dccifd_pidfile:-"/var/run/dccifd.pid"}
30
pidfile=${dccifd_pidfile:-"/var/run/dcc/dccifd.pid"}
31
command="${dccifd_home}/libexec/start-dccifd"
31
command="${dccifd_home}/libexec/start-dccifd"
32
procname="${dccifd_home}/libexec/dccifd"
32
procname="${dccifd_home}/libexec/dccifd"
33
required_dirs="$dccifd_home"
33
required_dirs="$dccifd_home"

Return to bug 110943