From 770eae0fd0130faefbd2e2b176fb6efa3a281d6c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Feb 2012 13:46:28 +0000 Subject: main/util-vserver: upgrade to 0.30.216_pre3029 we have finally upstreamed all patches --- main/util-vserver/alpine.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 main/util-vserver/alpine.patch (limited to 'main/util-vserver/alpine.patch') diff --git a/main/util-vserver/alpine.patch b/main/util-vserver/alpine.patch deleted file mode 100644 index eacc2cb624..0000000000 --- a/main/util-vserver/alpine.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: distrib/alpine/initpost -=================================================================== ---- a/distrib/alpine/initpost (revision 2855) -+++ b/distrib/alpine/initpost (working copy) -@@ -1,6 +1,6 @@ - #!/bin/bash - --# Copyright (C) 2007 Natanael Copa -+# Copyright (C) 2007, 2009 Natanael Copa - # - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by -@@ -37,7 +37,12 @@ - $_VSERVER "$vserver" stop &>/dev/null || true - $_VSERVER "$vserver" start --rescue --rescue-init /bin/busybox sh -c ' - /bin/busybox --install -s -- /sbin/rc_add -s 20 -k syslog -+ if [ -x /sbin/rc-update ]; then -+ /sbin/rc-update add syslog boot -+ /bin/rmdir /etc/rcL.d /etc/rcK.d -+ else -+ /sbin/rc_add -s 20 -k syslog -+ fi - ' - - # set up hostname -- cgit v1.2.3