This commit is contained in:
parent
f519bb994d
commit
2623082364
@ -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
|
||||
|
||||
|
4
git.spec
4
git.spec
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user