summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-07 23:12:58 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:42 -0700
commit3ab88a7f4374e1cac2020d63e10c3a8d31a81092 (patch)
treec4330e8a05e947e23bc120a31fd7f3ae6359672b /meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch
parent527ed0682cdbd10292d82bf67b8820d8a992d105 (diff)
downloadmeta-openembedded-3ab88a7f4374e1cac2020d63e10c3a8d31a81092.tar.gz
webmin: refresh patches
WARNING: webmin-1.850-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch nfs-export.patch patching file exports/save_export.cgi Hunk #1 succeeded at 50 (offset 10 lines). Hunk #2 succeeded at 87 with fuzz 2 (offset 17 lines). Now at patch nfs-export.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch')
-rw-r--r--meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch25
1 files changed, 11 insertions, 14 deletions
diff --git a/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch b/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch
index 5563227d55..4212917f6e 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch
@@ -11,11 +11,11 @@
11 init/init-lib.pl | 5 +++-- 11 init/init-lib.pl | 5 +++--
12 2 files changed, 17 insertions(+), 15 deletions(-) 12 2 files changed, 17 insertions(+), 15 deletions(-)
13 13
14diff --git a/init/index.cgi b/init/index.cgi 14Index: webmin-1.850/init/index.cgi
15index d48b793..30dafd4 100755 15===================================================================
16--- a/init/index.cgi 16--- webmin-1.850.orig/init/index.cgi
17+++ b/init/index.cgi 17+++ webmin-1.850/init/index.cgi
18@@ -45,19 +45,20 @@ elsif ($init_mode eq "init" && $access{'bootup'}) { 18@@ -45,19 +45,20 @@ elsif ($init_mode eq "init" && $access{'
19 : "$config{'init_dir'}/$ac[0]"); 19 : "$config{'init_dir'}/$ac[0]");
20 } 20 }
21 @runlevels = &list_runlevels(); 21 @runlevels = &list_runlevels();
@@ -49,11 +49,11 @@ index d48b793..30dafd4 100755
49 49
50 # For each action, look at /etc/rc*.d/* files to see if it is 50 # For each action, look at /etc/rc*.d/* files to see if it is
51 # started at boot 51 # started at boot
52diff --git a/init/init-lib.pl b/init/init-lib.pl 52Index: webmin-1.850/init/init-lib.pl
53index ead21ed..b41794b 100755 53===================================================================
54--- a/init/init-lib.pl 54--- webmin-1.850.orig/init/init-lib.pl
55+++ b/init/init-lib.pl 55+++ webmin-1.850/init/init-lib.pl
56@@ -119,8 +119,9 @@ List boot time action names from init.d, such as httpd and cron. 56@@ -124,8 +124,9 @@ List boot time action names from init.d,
57 =cut 57 =cut
58 sub list_actions 58 sub list_actions
59 { 59 {
@@ -64,7 +64,7 @@ index ead21ed..b41794b 100755
64 opendir(DIR, $dir); 64 opendir(DIR, $dir);
65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) { 65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) {
66 if ($f eq "." || $f eq ".." || $f =~ /\.bak$/ || $f eq "functions" || 66 if ($f eq "." || $f eq ".." || $f =~ /\.bak$/ || $f eq "functions" ||
67@@ -128,7 +129,7 @@ foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) { 67@@ -133,7 +134,7 @@ foreach $f (sort { lc($a) cmp lc($b) } r
68 -d "$dir/$f" || $f =~ /\.swp$/ || $f eq "skeleton" || 68 -d "$dir/$f" || $f =~ /\.swp$/ || $f eq "skeleton" ||
69 $f =~ /\.lock$/ || $f =~ /\.dpkg-(old|dist)$/ || 69 $f =~ /\.lock$/ || $f =~ /\.dpkg-(old|dist)$/ ||
70 $f =~ /^\.depend\./ || $f eq '.legacy-bootordering' || 70 $f =~ /^\.depend\./ || $f eq '.legacy-bootordering' ||
@@ -73,6 +73,3 @@ index ead21ed..b41794b 100755
73 if (@stbuf = stat("$dir/$f")) { 73 if (@stbuf = stat("$dir/$f")) {
74 push(@rv, "$f $stbuf[1]"); 74 push(@rv, "$f $stbuf[1]");
75 } 75 }
76--
772.0.0
78