https://bugzilla.novell.com/show_bug.cgi?id=398361 User anosek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398361#c3 Ales Nosek <anosek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Ales Nosek <anosek@novell.com> 2008-08-06 04:16:23 MDT --- Thank you for the report. I submitted a fixed package. I adjusted xinetd.d file which was proposed above. Git daemon should not run as root and other changes. /etc/xinetd.d/git looks like this: # default: off # description: The git server offers access to git repositories service git { socket_type = stream protocol = tcp wait = no user = git-daemon group = nogroup server = /usr/bin/git-daemon server_args = --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path="/srv/git" type = UNLISTED port = 9418 log_on_failure += USERID } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.