The Samba-Bugzilla – Attachment 4753 Details for
Bug 6407
[CTDB] Please fix bashisms in shell scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix a bashism in 11.natgw
0001-Fix-a-bashism-in-11.natgw.patch (text/plain), 765 bytes, created by
Mathieu Parent
on 2009-09-26 04:27:08 UTC
(
hide
)
Description:
Fix a bashism in 11.natgw
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2009-09-26 04:27:08 UTC
Size:
765 bytes
patch
obsolete
>From 5f8b22878ef1cefa65bcf862e72689721bef9a2b Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Sat, 26 Sep 2009 11:25:36 +0200 >Subject: [PATCH] Fix a bashism in 11.natgw > >--- > config/events.d/11.natgw | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/config/events.d/11.natgw b/config/events.d/11.natgw >index bd31197..4d97b9a 100644 >--- a/config/events.d/11.natgw >+++ b/config/events.d/11.natgw >@@ -43,7 +43,7 @@ case $cmd in > NATGWIP=`ctdb natgwlist | head -1 | sed -e "s/^[^ ]* *//"` > > CTDB_NATGW_PUBLIC_IP_HOST=`echo $CTDB_NATGW_PUBLIC_IP | sed -e "s/\/.*/\/32/"` >- if [ "$NATGWMASTER" == "-1" ]; then >+ if [ "$NATGWMASTER" = "-1" ]; then > echo "There is not NATGW master node" > exit 1 > fi >-- >1.6.3.3 >
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 6407
:
4203
|
4204
|
4753
|
5458
|
6342