The Samba-Bugzilla – Attachment 12621 Details for
Bug 12371
Error in 50.samba-eventscript
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CTDB: Fix samba eventscript
0001-CTDB-Fix-samba-eventscript.patch (text/plain), 922 bytes, created by
Mathieu Parent
on 2016-11-01 13:07:14 UTC
(
hide
)
Description:
CTDB: Fix samba eventscript
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2016-11-01 13:07:14 UTC
Size:
922 bytes
patch
obsolete
>From 0b35f3bcd41037ae6bc5aa87bc19c1cb5303263e Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Mon, 31 Oct 2016 15:17:34 +0100 >Subject: [PATCH] CTDB: Fix samba eventscript > >See https://bugzilla.samba.org/show_bug.cgi?id=12371 > >Signed-off-by: Mathieu Parent <math.parent@gmail.com> >--- > ctdb/config/events.d/50.samba | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba >index 4ed892c..161a885 100755 >--- a/ctdb/config/events.d/50.samba >+++ b/ctdb/config/events.d/50.samba >@@ -14,8 +14,8 @@ case $CTDB_INIT_STYLE in > CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb} > ;; > debian) >- CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-samba} >- CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""} >+ CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smbd} >+ CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmbd} > ;; > *) > # Use redhat style as default: >-- >2.9.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 12371
:
12617
|
12621
|
12665