From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch') diff --git a/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch b/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch index 6371628e0..8b74e0308 100644 --- a/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch +++ b/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch @@ -1,6 +1,6 @@ --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh -@@ -242,7 +242,7 @@ wsrep_recover_position() { +@@ -244,7 +244,7 @@ wsrep_recover_position() { return 1 fi @@ -9,7 +9,7 @@ local wr_options="--disable-log-error --pid-file='$wr_pidfile'" -@@ -673,7 +673,7 @@ then +@@ -664,7 +664,7 @@ then * ) err_log="$DATADIR/$err_log" ;; esac else @@ -18,7 +18,7 @@ fi fi -@@ -752,7 +752,7 @@ fi +@@ -743,7 +743,7 @@ fi if test -z "$pid_file" then -- cgit v1.2.3