From: Björn Jacke Date: Thu, 22 Aug 2019 11:51:59 +0000 (+0200) Subject: docs-xml: fix problamatic quotes from panic action example X-Git-Tag: tevent-0.10.1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e06c49aebddaa208a149233cf35159588ebfdc;p=thirdparty%2Fsamba.git docs-xml: fix problamatic quotes from panic action example those quotes work for smbd but do not work for the samba binary. Without quotes it works with both. Signed-off-by: Bjoern Jacke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Björn Jacke Autobuild-Date(master): Thu Aug 22 13:46:14 UTC 2019 on sn-devel-184 --- diff --git a/docs-xml/smbdotconf/misc/panicaction.xml b/docs-xml/smbdotconf/misc/panicaction.xml index d6e1517525d..7b7df256388 100644 --- a/docs-xml/smbdotconf/misc/panicaction.xml +++ b/docs-xml/smbdotconf/misc/panicaction.xml @@ -12,5 +12,5 @@ -"/bin/sleep 90000" +/bin/sleep 90000