Diffstat (limited to 'dev-util/git/files/git-daemon.xinetd') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-util/git/files/git-daemon.xinetd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/git/files/git-daemon.xinetd b/dev-util/git/files/git-daemon.xinetd deleted file mode 100644 index a0748b2..0000000 --- a/dev-util/git/files/git-daemon.xinetd +++ b/dev/null @@ -1,13 +0,0 @@ -service git-daemon -{ - disable = yes - socket_type = stream - wait = no - user = nobody - type = UNLISTED - protocol = tcp - log_on_failure += USERID - port = 9418 - server = /usr/bin/git-daemon - server_args = --inetd --syslog --export-all --base-path=/var/git -} |