The Samba-Bugzilla – Attachment 10535 Details for
Bug 11007
Script ctdbd_wrapper contains bashism
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix bashism in ctdbd_wrapper script
0001-Fix-bashism-in-ctdbd_wrapper-script.patch (text/plain), 659 bytes, created by
Led
on 2014-12-14 19:17:52 UTC
(
hide
)
Description:
Fix bashism in ctdbd_wrapper script
Filename:
MIME Type:
Creator:
Led
Created:
2014-12-14 19:17:52 UTC
Size:
659 bytes
patch
obsolete
>From 4539ea4ab61e756cf1a2690f26589d4267e2265d Mon Sep 17 00:00:00 2001 >From: Led <ledest@gmail.com> >Date: Sun, 14 Dec 2014 21:06:44 +0200 >Subject: [PATCH] Fix bashism in ctdbd_wrapper script > >Signed-off-by: Oleksandr Chumachenko <ledest@gmail.com> >--- > config/ctdbd_wrapper | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/config/ctdbd_wrapper b/config/ctdbd_wrapper >index cbde6ba..fa0a269 100755 >--- a/config/ctdbd_wrapper >+++ b/config/ctdbd_wrapper >@@ -156,7 +156,7 @@ kill_ctdbd () > start() > { > if _session=$(ctdbd_is_running) ; then >- echo $"CTDB is already running" >+ echo "CTDB is already running" > return 0 > fi > >-- >2.1.2 >
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 Raw
Actions:
View
Attachments on
bug 11007
:
10535
|
10936