aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch')
-rw-r--r--main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch b/main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch
deleted file mode 100644
index e1994166e21..00000000000
--- a/main/openrc/0011-bootmisc-warn-about-potential-data-loss-when-wipe_tm.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 8371334affa0e6c0f40db291280a806d20f98060 Mon Sep 17 00:00:00 2001
-From: Ariadne Conill <ariadne@dereferenced.org>
-Date: Wed, 13 Oct 2021 21:26:44 -0600
-Subject: [PATCH] bootmisc: warn about potential data loss when wipe_tmp is
- enabled
-
-See alpine/aports#13070 for more information.
----
- init.d/bootmisc.in | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
-index 8485110a..9dd2bdef 100644
---- a/init.d/bootmisc.in
-+++ b/init.d/bootmisc.in
-@@ -31,6 +31,11 @@ cleanup_tmp_dir()
- chmod a+rwt "$dir" 2> /dev/null
- cd "$dir" || return 1
- if yesno $wipe_tmp; then
-+ ewarn "The wipe_tmp setting has been enabled in /etc/conf.d/bootmisc."
-+ ewarn "This setting is no longer recommended by Alpine due to reported"
-+ ewarn "data loss incidents relating to it."
-+ ewarn "See alpine/aports#13070 for more information."
-+
- ebegin "Wiping $dir directory"
-
- # Faster than raw find
---
-2.33.0
-