Diffstat (limited to 'dev-util/git/files/git-daemon.confd') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-util/git/files/git-daemon.confd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/git/files/git-daemon.confd b/dev-util/git/files/git-daemon.confd deleted file mode 100644 index ace9cbd..0000000 --- a/dev-util/git/files/git-daemon.confd +++ b/dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # conf.d file for git-daemon | ||
2 | # | ||
3 | # Please check man 1 git-daemon for more information about the options | ||
4 | # git-daemon accepts. | ||
5 | # | ||
6 | # Meaningful options are: | ||
7 | # --syslog --- Enables syslog logging | ||
8 | # --verbose --- Enables verbose logging | ||
9 | # --export-all --- Exports all repositories | ||
10 | # --port=XXXX --- Starts in port XXXX instead of 9418 | ||
11 | # | ||
12 | GITDAEMON_OPTS="--syslog" | ||