diff options
Diffstat (limited to 'util-vserver/patches/0.30.210-r11/util-vserver-0.30.208-fix-fastboot.patch')
-rw-r--r-- | util-vserver/patches/0.30.210-r11/util-vserver-0.30.208-fix-fastboot.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/util-vserver/patches/0.30.210-r11/util-vserver-0.30.208-fix-fastboot.patch b/util-vserver/patches/0.30.210-r11/util-vserver-0.30.208-fix-fastboot.patch deleted file mode 100644 index 7bf246d..0000000 --- a/util-vserver/patches/0.30.210-r11/util-vserver-0.30.208-fix-fastboot.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nrup util-vserver-0.30.208.orig/scripts/vserver.functions util-vserver-0.30.208/scripts/vserver.functions ---- util-vserver-0.30.208.orig/scripts/vserver.functions 2005-07-03 19:47:06.000000000 +0200 -+++ util-vserver-0.30.208/scripts/vserver.functions 2005-08-03 11:59:32.000000000 +0200 -@@ -627,8 +627,7 @@ function prepareInit - find var/lock ! -type d -print0; } | xargs -0r $_CHROOT_SH rm - ;; - plain) -- $_CHROOT_SH rm .autofsck forcefsck 2>/dev/null || : -- : | $_CHROOT_SH truncate fastboot 2>/dev/null || : -+ $_CHROOT_SH rm .autofsck forcefsck fastboot 2> /dev/null || : - ;; - minit) - ;; |