From 8e9cfd557d66184b2dce18059b533a2f38cc7d81 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 1 Jun 2011 11:10:49 +0200
Subject: [PATCH] for f15

---
 vbuild-init-vserver.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh
index be058433..93681068 100755
--- a/vbuild-init-vserver.sh
+++ b/vbuild-init-vserver.sh
@@ -186,9 +186,9 @@ function setup_vserver () {
     # Start Vserver automatically on boot
     echo "default" > /etc/vservers/$vserver/apps/init/mark
 
-    # Set the init style of your vserver to plain for f13
+    # Set the init style of your vserver to plain for f13 and higher
     case $fcdistro in 
-	f13|f14) echo plain > /etc/vservers/$vserver/apps/init/style ;;
+	f1[3-9]) echo plain > /etc/vservers/$vserver/apps/init/style ;;
     esac
 
     if [ "$pkg_method" = "yum" ] ; then
-- 
2.47.0