summaryrefslogtreecommitdiffstats
path: root/0019-usrmount-module-setup.sh-fixed-typo.patch
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2014-03-20 12:31:00 +0100
committerHarald Hoyer <harald@redhat.com>2014-03-20 12:31:00 +0100
commit534e2b9806a03ee51c8adc878fcf7e5b3b405187 (patch)
tree4625dff406d795be1b14b8e0a076de908f9be54b /0019-usrmount-module-setup.sh-fixed-typo.patch
parent1678c4f3ca2f366b7d3fa96cf59784bd88f95130 (diff)
downloaddracut-534e2b9806a03ee51c8adc878fcf7e5b3b405187.tar.gz
dracut-534e2b9806a03ee51c8adc878fcf7e5b3b405187.tar.xz
dracut-534e2b9806a03ee51c8adc878fcf7e5b3b405187.zip
dracut-037
Diffstat (limited to '0019-usrmount-module-setup.sh-fixed-typo.patch')
-rw-r--r--0019-usrmount-module-setup.sh-fixed-typo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/0019-usrmount-module-setup.sh-fixed-typo.patch b/0019-usrmount-module-setup.sh-fixed-typo.patch
deleted file mode 100644
index 4cbedd5..0000000
--- a/0019-usrmount-module-setup.sh-fixed-typo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 0106da599a227cf1c28c3648b7e77985f617b878 Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy <alexander@tsoy.me>
-Date: Fri, 25 Oct 2013 17:06:44 +0200
-Subject: [PATCH] usrmount/module-setup.sh: fixed typo
-
----
- modules.d/98usrmount/module-setup.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules.d/98usrmount/module-setup.sh b/modules.d/98usrmount/module-setup.sh
-index 1af789f..d8a0ec2 100755
---- a/modules.d/98usrmount/module-setup.sh
-+++ b/modules.d/98usrmount/module-setup.sh
-@@ -7,7 +7,7 @@ check() {
- local _init
- [[ $mount_needs ]] && return 1
- _init=$(readlink -f /sbin/init)
-- [[ "$init" == "${init##/usr}" ]] && return 255
-+ [[ "$_init" == "${_init##/usr}" ]] && return 255
- return 0
- }
-