]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 20:41:40 +0000 (21:41 +0100)
committerroot <root@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 20:41:40 +0000 (21:41 +0100)
.etckeeper
xinetd.d/git-daemon [new file with mode: 0644]

index e9955f9f921d144c68359229385286f18434cb0c..282ebb18df6ed6f40ecd37ab2e2c41d0357f90dc 100755 (executable)
@@ -1344,6 +1344,7 @@ maybe chmod 0644 './xinetd.d/echo-dgram'
 maybe chmod 0644 './xinetd.d/echo-stream'
 maybe chmod 0644 './xinetd.d/fingerd'
 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
+}