]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- allow for git-daemon to restart without waiting for old connections auto/th/git-core-1.8.1.1-2
authorKacper Kornet <draenog@pld-linux.org>
Fri, 25 Jan 2013 18:37:48 +0000 (18:37 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 25 Jan 2013 18:43:27 +0000 (18:43 +0000)
  to time out
- release 2

git-core.spec
git-core.sysconfig

index 3ae719cce9068aacec227b7a19e9398a045b0e76..38cece24cbf6dbe57ce5915684293c7a01b96d77 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Version:       1.8.1.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://git-core.googlecode.com/files/git-%{version}.tar.gz
index ad5229050efd7d129cafb7a3ec5d6d87260f9b8c..1f4d405505d51bc67309b9c3305b334e154086ec 100644 (file)
@@ -2,7 +2,7 @@
 
 # Daemon options, consult man 1 git-daemon 
 # for a complete list of options
-DAEMON_OPTS="--syslog --base-path=/var/lib/git"
+DAEMON_OPTS="--syslog --reuseaddr --base-path=/var/lib/git"
 
 # Define nice level for ssh
 SERVICE_RUN_NICE_LEVEL="+0"
This page took 0.151809 seconds and 4 git commands to generate.