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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 16-23 Link Here
16
BUILD_DEPENDS=		rst2man:textproc/py-docutils
16
BUILD_DEPENDS=		rst2man:textproc/py-docutils
17
LIB_DEPENDS=		libev.so:devel/libev
17
LIB_DEPENDS=		libev.so:devel/libev
18
18
19
USERS=			nobody
19
USERS=			hitch
20
GROUPS=			nobody
20
GROUPS=			hitch	
21
21
22
USES=			pkgconfig ssl
22
USES=			pkgconfig ssl
23
GNU_CONFIGURE=		yes
23
GNU_CONFIGURE=		yes
(-)files/hitch.conf.sample (-2 / +2 lines)
Lines 68-79 Link Here
68
# Set uid after binding a socket
68
# Set uid after binding a socket
69
#
69
#
70
# type: string
70
# type: string
71
user = "nobody"
71
user = "hitch"
72
72
73
# Set gid after binding a socket
73
# Set gid after binding a socket
74
#
74
#
75
# type: string
75
# type: string
76
group = "nobody"
76
group = "hitch"
77
77
78
# Quiet execution, report only error messages
78
# Quiet execution, report only error messages
79
#
79
#
(-)files/hitch.in (-2 / +2 lines)
Lines 30-37 Link Here
30
30
31
: ${hitch_enable="NO"}
31
: ${hitch_enable="NO"}
32
: ${hitch_config="%%PREFIX%%/etc/hitch.conf"}
32
: ${hitch_config="%%PREFIX%%/etc/hitch.conf"}
33
: ${hitch_huser:=nobody}
33
: ${hitch_huser:=hitch}
34
: ${hitch_hgroup:=nobody}
34
: ${hitch_hgroup:=hitch}
35
35
36
command="%%PREFIX%%/sbin/hitch"
36
command="%%PREFIX%%/sbin/hitch"
37
command_args="--daemon -u ${hitch_huser} -g ${hitch_hgroup} -s --config=${hitch_config}"
37
command_args="--daemon -u ${hitch_huser} -g ${hitch_hgroup} -s --config=${hitch_config}"

Return to bug 232411