aboutsummaryrefslogtreecommitdiffstats
path: root/testing/util-vserver/busybox.patch
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-10-28 11:14:28 +0000
committerMichael Mason <ms13sp@gmail.com>2009-10-28 11:14:28 +0000
commit86ab49bf71dfd4dda5329a64f4e458e92f240edd (patch)
treecc85fc098301719fb5cdd29ffebff0c667eb300b /testing/util-vserver/busybox.patch
parentd4f48422585b6407b3cbf462933691a7d13ad468 (diff)
parentf881839e00a6387bf00dc5c48ad123e723ee7657 (diff)
downloadaports-86ab49bf71dfd4dda5329a64f4e458e92f240edd.tar.bz2
aports-86ab49bf71dfd4dda5329a64f4e458e92f240edd.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/util-vserver/busybox.patch')
-rw-r--r--testing/util-vserver/busybox.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/util-vserver/busybox.patch b/testing/util-vserver/busybox.patch
new file mode 100644
index 0000000000..cc471cc4eb
--- /dev/null
+++ b/testing/util-vserver/busybox.patch
@@ -0,0 +1,11 @@
+--- a/scripts/start-vservers Mon Oct 26 13:58:40 2009
++++ b/scripts/start-vservers Mon Oct 26 13:59:31 2009
+@@ -131,7 +131,7 @@
+ d=$__CONFDIR/${vservers[$i]}/apps/init
+ f=$d/mark
+ { test -n "$OPTION_MARK_ANY"; } || \
+- { test -n "$OPTION_MARK" -a -r "$f" && grep -qx "$OPTION_MARK" "$f"; } || \
++ { test -n "$OPTION_MARK" -a -r "$f" && grep -q "^${OPTION_MARK}$" "$f"; } || \
+ { test -z "$OPTION_MARK" && test ! -e "$f"; } || \
+ unset vservers[$i]
+ done