ALT Linux Bugzilla
– Attachment 3340 Details for
Bug 18986
Ошибка при запуске init-скрипта с параметром condrestart
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для исправления init-скрипта
tomcat6-init-script.patch (text/plain), 472 bytes, created by
Slava Semushin
on 2009-02-25 21:36:52 MSK
(
hide
)
Description:
Патч для исправления init-скрипта
Filename:
MIME Type:
Creator:
Slava Semushin
Created:
2009-02-25 21:36:52 MSK
Size:
472 bytes
patch
obsolete
>--- tomcat6 2009-02-26 00:33:18 +0600 >+++ /etc/init.d/tomcat6 2009-02-26 00:35:29 +0600 >@@ -269,6 +269,13 @@ > fi > } > >+function restart() { >+ parseOptions >+ stop >+ sleep 2 >+ start >+} >+ > > # See how we were called. > case "$1" in >@@ -281,10 +288,7 @@ > stop > ;; > restart) >- parseOptions >- stop >- sleep 2 >- start >+ restart > ;; > condrestart) > if [ -f "/var/run/${NAME}.pid" ]; then
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 18986
: 3340