SHA256
1
0
forked from pool/git
OBS User unknown 2008-10-24 13:08:26 +00:00 committed by Git OBS Bridge
parent f519bb994d
commit 2623082364
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 24 15:03:52 CEST 2008 - tiwai@suse.de
- fix git.xinetd not to run the old git-daemon (bnc#438715)
-------------------------------------------------------------------
Mon Oct 6 15:53:47 CEST 2008 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
Name: git
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
Version: 1.6.0.2
Release: 3
Release: 4
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
Group: Development/Tools/Version Control
@ -376,6 +376,8 @@ fi
/etc/bash_completion.d/git.sh
%changelog
* Fri Oct 24 2008 tiwai@suse.de
- fix git.xinetd not to run the old git-daemon (bnc#438715)
* Mon Oct 06 2008 tiwai@suse.de
- fix git-daemon init script to start (bnc#432610)
* Fri Sep 26 2008 schwab@suse.de

View File

@ -7,8 +7,8 @@ service git
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"
server = /usr/bin/git
server_args = daemon --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