summaryrefslogtreecommitdiffstats
path: root/main/openrc/remove-e2fsck-specific-options.patch
blob: 45dcadd2ee27b93af2c98eef97ef3189f19f6450 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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