aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/remove-e2fsck-specific-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/openrc/remove-e2fsck-specific-options.patch')
-rw-r--r--main/openrc/remove-e2fsck-specific-options.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/openrc/remove-e2fsck-specific-options.patch b/main/openrc/remove-e2fsck-specific-options.patch
deleted file mode 100644
index 45dcadd2ee..0000000000
--- a/main/openrc/remove-e2fsck-specific-options.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- openrc-0.6.1.orig/init.d/fsck.in
-+++ openrc-0.6.1/init.d/fsck.in
-@@ -60,7 +60,6 @@
- done
-
- if [ "$RC_UNAME" = Linux ]; then
-- fsck_opts="$fsck_opts -C0 -T"
- if [ -z "$fsck_passno" ]; then
- fsck_args=${fsck_args--A -p}
- if echo 2>/dev/null >/.test.$$; then