The Samba-Bugzilla – Attachment 6342 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 bashism in config/events.d/60.ganesha
0001-Fix-bashism.patch (text/plain), 655 bytes, created by
Mathieu Parent
on 2011-03-23 21:30:06 UTC
(
hide
)
Description:
Fix bashism in config/events.d/60.ganesha
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2011-03-23 21:30:06 UTC
Size:
655 bytes
patch
obsolete
>From 9c973b5c5aa81a15033e1dba7d73e28bb2c6588b Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Wed, 23 Mar 2011 22:16:18 +0100 >Subject: [PATCH 1/2] Fix bashism > >... again ;-) >--- > config/events.d/60.ganesha | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/config/events.d/60.ganesha b/config/events.d/60.ganesha >index b7bc923..6559dd0 100644 >--- a/config/events.d/60.ganesha >+++ b/config/events.d/60.ganesha >@@ -13,7 +13,7 @@ start_nfs() { > > loadconfig nfs > >-[ "$NFS_SERVER_MODE" == "GANESHA" ] || exit 0 >+[ "$NFS_SERVER_MODE" = "GANESHA" ] || exit 0 > > service_name="nfs-ganesha-gpfs" > >-- >1.7.4.1 >
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