--- rpms/initscripts/sme9/0001-remove-duplicit-then.patch 2013/12/14 23:48:35 1.1 +++ rpms/initscripts/sme9/0001-remove-duplicit-then.patch 2013/12/15 01:17:14 1.2 @@ -0,0 +1,24 @@ +From 5948bc3af6a9bdd9b043e52e6dab95984fd300a9 Mon Sep 17 00:00:00 2001 +From: Lukas Nykryn +Date: Thu, 10 Oct 2013 17:20:39 +0200 +Subject: [PATCH] remove duplicit then + +--- + rc.d/rc.sysinit | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit +index cdf0a85..2857814 100755 +--- a/rc.d/rc.sysinit ++++ b/rc.d/rc.sysinit +@@ -204,7 +204,6 @@ fi + + if [ -x /sbin/lvm ]; then + if [ ! -f /.nolvm ] && ! strstr "$cmdline" nolvm ; then +- then + action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit + else + echo $"Logical Volume Management disabled at boot." +-- +1.8.3.1 +