summaryrefslogtreecommitdiffstats
path: root/main/util-vserver/alpine.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:46:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:47:47 +0000
commit770eae0fd0130faefbd2e2b176fb6efa3a281d6c (patch)
tree1571e07f977cd7e14fde613f170ca5fd560b3302 /main/util-vserver/alpine.patch
parentf9c71e0714e1c2a0b7202ba08dc1012636e360c9 (diff)
downloadaports-770eae0fd0130faefbd2e2b176fb6efa3a281d6c.tar.bz2
aports-770eae0fd0130faefbd2e2b176fb6efa3a281d6c.tar.xz
main/util-vserver: upgrade to 0.30.216_pre3029
we have finally upstreamed all patches
Diffstat (limited to 'main/util-vserver/alpine.patch')
-rw-r--r--main/util-vserver/alpine.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/util-vserver/alpine.patch b/main/util-vserver/alpine.patch
deleted file mode 100644
index eacc2cb62..000000000
--- 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 <ncopa@alpinelinux.org>
-+# Copyright (C) 2007, 2009 Natanael Copa <ncopa@alpinelinux.org>
- #
- # 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