Mailinglist Archive: opensuse-bugs (16658 mails)
| < Previous | Next > |
[Bug 398361] New: Add git xinetd.d file for ability to use yast2
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 8 Jun 2008 12:21:55 -0600 (MDT)
- Message-id: <bug-398361-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxx
ReportedBy: gerberb@xxxxxxxxx
QAContact: adrian@xxxxxxxxxx
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.
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@xxxxxxxxxx
ReportedBy: gerberb@xxxxxxxxx
QAContact: adrian@xxxxxxxxxx
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.
| < Previous | Next > |