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
|
Mon Oct 6 15:53:47 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -20,7 +20,7 @@
|
|||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
|
||||||
Version: 1.6.0.2
|
Version: 1.6.0.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -376,6 +376,8 @@ fi
|
|||||||
/etc/bash_completion.d/git.sh
|
/etc/bash_completion.d/git.sh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 06 2008 tiwai@suse.de
|
||||||
- fix git-daemon init script to start (bnc#432610)
|
- fix git-daemon init script to start (bnc#432610)
|
||||||
* Fri Sep 26 2008 schwab@suse.de
|
* Fri Sep 26 2008 schwab@suse.de
|
||||||
|
@ -7,8 +7,8 @@ service git
|
|||||||
wait = no
|
wait = no
|
||||||
user = git-daemon
|
user = git-daemon
|
||||||
group = nogroup
|
group = nogroup
|
||||||
server = /usr/bin/git-daemon
|
server = /usr/bin/git
|
||||||
server_args = --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path="/srv/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
|
type = UNLISTED
|
||||||
port = 9418
|
port = 9418
|
||||||
log_on_failure += USERID
|
log_on_failure += USERID
|
||||||
|
Loading…
Reference in New Issue
Block a user