Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166132 Details for
Bug 238351
dev-util/git-1.5.6.4 git-daemon init script doesn't function correctly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Launch git daemon with --pid-file
git-daemon.diff (text/plain), 887 bytes, created by
Roy Marples
on 2008-09-22 20:14:28 UTC
(
hide
)
Description:
Launch git daemon with --pid-file
Filename:
MIME Type:
Creator:
Roy Marples
Created:
2008-09-22 20:14:28 UTC
Size:
887 bytes
patch
obsolete
>--- git-daemon.initd 2008-09-16 19:05:58.000000000 +0100 >+++ /etc/init.d/git-daemon 2008-09-22 21:10:52.000000000 +0100 >@@ -3,6 +3,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/git/files/git-daemon.initd,v 1.3 2008/09/16 17:52:15 robbat2 Exp $ > >+PIDFILE=${PIDFILE:-/var/run/git-daemon.pid} >+ > depend() { > need net > use logger >@@ -10,13 +12,14 @@ > > start() { > ebegin "Starting git-daemon" >- start-stop-daemon --start --quiet --background \ >- --exec /usr/bin/git -- daemon ${GITDAEMON_OPTS} >+ start-stop-daemon --start --background \ >+ --exec /usr/bin/git --pidfile "${PIDFILE}" \ >+ -- daemon --pid-file="${PIDFILE}" ${GITDAEMON_OPTS} > eend $? > } > > stop() { > ebegin "Stopping git-daemon" >- start-stop-daemon --stop --quiet --name git-daemon >+ start-stop-daemon --stop --pidfile "${PIDFILE}" > eend $? > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238351
:
166056
| 166132 |
172921
|
172922