summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch')
-rw-r--r--meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch b/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch
index 177d8a372..d5dfed5ad 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch
@@ -14,11 +14,11 @@ Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
14 exports/exports-lib.pl | 2 +- 14 exports/exports-lib.pl | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-) 15 1 file changed, 1 insertion(+), 1 deletion(-)
16 16
17diff --git a/exports/exports-lib.pl b/exports/exports-lib.pl 17Index: webmin-1.850/exports/exports-lib.pl
18index 22891c0..1c67494 100755 18===================================================================
19--- a/exports/exports-lib.pl 19--- webmin-1.850.orig/exports/exports-lib.pl
20+++ b/exports/exports-lib.pl 20+++ webmin-1.850/exports/exports-lib.pl
21@@ -273,7 +273,7 @@ return !&has_command("rpc.nfsd") && !&has_command("nfsd") && 21@@ -301,7 +301,7 @@ return !&has_command("rpc.nfsd") && !&ha
22 sub restart_mountd 22 sub restart_mountd
23 { 23 {
24 # Try exportfs -r first 24 # Try exportfs -r first
@@ -27,6 +27,3 @@ index 22891c0..1c67494 100755
27 my $out = &backquote_logged("$config{'apply_cmd'} 2>&1 </dev/null"); 27 my $out = &backquote_logged("$config{'apply_cmd'} 2>&1 </dev/null");
28 if (!$? && $out !~ /invalid|error|failed/i) { 28 if (!$? && $out !~ /invalid|error|failed/i) {
29 # Looks like it worked! 29 # Looks like it worked!
30--
311.7.9.5
32