]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 16 Jan 2012 06:52:48 +0000 (07:52 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 16 Jan 2012 06:52:48 +0000 (07:52 +0100)
.etckeeper
xinetd.d/git-daemon [new file with mode: 0644]

index 552f5a2ad9a6882373e0d444f1241b68e5c0ad66..9fa5840715970c30e02affbe6c184471666ed925 100755 (executable)
@@ -809,6 +809,7 @@ maybe chmod 0644 './xinetd.d/discard-stream'
 maybe chmod 0644 './xinetd.d/echo-dgram'
 maybe chmod 0644 './xinetd.d/echo-stream'
 maybe chmod 0644 './xinetd.d/ftp-sensor'
+maybe chmod 0644 './xinetd.d/git-daemon'
 maybe chmod 0644 './xinetd.d/kpropd'
 maybe chmod 0644 './xinetd.d/rsyncd'
 maybe chmod 0644 './xinetd.d/svnserve'
diff --git a/xinetd.d/git-daemon b/xinetd.d/git-daemon
new file mode 100644 (file)
index 0000000..02c938d
--- /dev/null
@@ -0,0 +1,13 @@
+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
+       server_args     = daemon --inetd --syslog --export-all --base-path=/var/git
+}