ALT Linux Bugzilla
– Attachment 797 Details for
Bug 6401
init.d/svnserve: svnserve not restarting
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч к /etc/rc.d/init.d/svnserve
svnserve.patch (text/plain), 791 bytes, created by
shalupov
on 2005-04-04 15:32:50 MSD
(
hide
)
Description:
Патч к /etc/rc.d/init.d/svnserve
Filename:
MIME Type:
Creator:
shalupov
Created:
2005-04-04 15:32:50 MSD
Size:
791 bytes
patch
obsolete
>--- svnserve.old 2005-04-04 15:27:27 +0400 >+++ svnserve 2005-04-04 15:28:40 +0400 >@@ -22,6 +22,7 @@ > SVN_USER=${SVN_USER-subversion} > > SVNSERVE=/usr/bin/svnserve >+SVNSERVE_BIN=/usr/bin/svnserve.bin > SVN_OPTS="-d" > > [ -z "$SVN_ROOT" ] || SVN_OPTS="$SVN_OPTS -r \"$SVN_ROOT\"" >@@ -41,7 +42,7 @@ > > stop() > { >- stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user "$SVN_USER" -- $SVNSERVE >+ stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user "$SVN_USER" -- $SVNSERVE_BIN > RETVAL=$? > return $RETVAL > } >@@ -55,7 +56,7 @@ > reload() > { > msg_reloading subversion >- stop_daemon --pidfile "$PIDFILE" --expect-user "$SVN_USER" -HUP -- $SVNSERVE >+ stop_daemon --pidfile "$PIDFILE" --expect-user "$SVN_USER" -HUP -- $SVNSERVE_BIN > RETVAL=$? > return $RETVAL > }
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 6401
: 797