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.