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

Collapse All | Expand All

(-)b/GIDs (-1 / +1 lines)
Lines 442-448 alertmanager:*:479: Link Here
442
# free: 499
442
# free: 499
443
# free: 500
443
# free: 500
444
# free: 501
444
# free: 501
445
# free: 502
445
birdvty:*:502:
446
# free: 503
446
# free: 503
447
# free: 504
447
# free: 504
448
_bbstored:*:505:
448
_bbstored:*:505:
(-)b/net/bird/files/bird.in (-1 / +2 lines)
Lines 28-34 extra_commands="reload" Link Here
28
28
29
: ${bird_enable="NO"}
29
: ${bird_enable="NO"}
30
: ${bird_config="%%PREFIX%%/etc/bird.conf"}
30
: ${bird_config="%%PREFIX%%/etc/bird.conf"}
31
: ${bird_group="birdvty"}
31
32
32
command_args="-P /var/run/${name}.pid -c $bird_config"
33
command_args="-P /var/run/${name}.pid -c $bird_config -g $bird_group"
33
34
34
run_rc_command "$1"
35
run_rc_command "$1"
(-)b/net/bird/files/bird6.in (-2 / +2 lines)
Lines 28-34 extra_commands="reload" Link Here
28
28
29
: ${bird6_enable="NO"}
29
: ${bird6_enable="NO"}
30
: ${bird6_config="%%PREFIX%%/etc/bird6.conf"}
30
: ${bird6_config="%%PREFIX%%/etc/bird6.conf"}
31
: ${bird6_group="birdvty"}
31
32
32
command_args="-P /var/run/${name}.pid -c $bird6_config"
33
command_args="-P /var/run/${name}.pid -c $bird6_config -g $bird6_group"
33
34
34
run_rc_command "$1"
35
run_rc_command "$1"
35
- 

Return to bug 232231