Lines 21-27
Link Here
|
21 |
|
21 |
|
22 |
: ${git_daemon_enable:=NO} |
22 |
: ${git_daemon_enable:=NO} |
23 |
: ${git_daemon_directory:=%%PREFIX%%/git} |
23 |
: ${git_daemon_directory:=%%PREFIX%%/git} |
24 |
: ${git_daemon_flags:="--syslog"} |
24 |
: ${git_daemon_flags:="--reuseaddr --syslog"} |
25 |
|
25 |
|
26 |
command="%%PREFIX%%/libexec/git-core/git-daemon" |
26 |
command="%%PREFIX%%/libexec/git-core/git-daemon" |
27 |
command_args="${git_daemon_directory} &" |
27 |
command_args="${git_daemon_directory} &" |