[Bug 398361] New: Add git xinetd.d file for ability to use yast2
https://bugzilla.novell.com/show_bug.cgi?id=398361 Summary: Add git xinetd.d file for ability to use yast2 Product: openSUSE.org Version: unspecified Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Enhancement Priority: P5 - None Component: Action Items AssignedTo: adrian@novell.com ReportedBy: gerberb@zenez.com QAContact: adrian@novell.com Found By: Beta-Customer I would like to be able to use Yast2->Network services->Network Services (xinetd) and choose On to use the service. Here is the git xinetd.d file. # default: off # description: The git server offers access to git repositories service git { socket_type = stream protocol = tcp wait = no user = root server = /usr/bin/git-daemon server_args = --inetd --export-all --base-path=/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.
https://bugzilla.novell.com/show_bug.cgi?id=398361 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=398361#c2 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Action Items |YaST2 Product|openSUSE.org |openSUSE 11.0 Version|unspecified |Final --- Comment #2 from Christian Boltz <suse-beta@cboltz.de> 2008-08-05 12:31:32 MDT --- [This isn't an Action Item - moving to openSUSE 11.0 / YaST] -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=398361 Ales Nosek <anosek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anosek@novell.com Status|NEEDINFO |ASSIGNED Info Provider|anosek@novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=398361 Ales Nosek <anosek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|adrian@novell.com |anosek@novell.com -- 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.
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.
participants (1)
-
bugzilla_noreply@novell.com