diff options
Diffstat (limited to 'util-vserver/patches/0.30.210-r12/util-vserver-0.30.210-chcontext-secure.patch')
-rw-r--r-- | util-vserver/patches/0.30.210-r12/util-vserver-0.30.210-chcontext-secure.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/util-vserver/patches/0.30.210-r12/util-vserver-0.30.210-chcontext-secure.patch b/util-vserver/patches/0.30.210-r12/util-vserver-0.30.210-chcontext-secure.patch deleted file mode 100644 index 2b91fc2..0000000 --- a/util-vserver/patches/0.30.210-r12/util-vserver-0.30.210-chcontext-secure.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- util-vserver-0.30.210.orig/scripts/chcontext 2005-04-08 21:14:47.000000000 +0200 -+++ util-vserver-0.30.210/scripts/chcontext 2006-03-25 05:17:00.000000000 +0100 -@@ -153,9 +153,9 @@ - chain_cmd=( "${chain_cmd[@]}" - -- - $_VATTRIBUTE --set -+ ${OPT_SECURE:+--secure} - ${OPT_CAPS:+--bcap "${OPT_CAPS[*]}"} -- ${OPT_FLAGS:+--flag "${OPT_FLAGS[*]}"} -- ${OPT_SECURE:+--secure} ) -+ ${OPT_FLAGS:+--flag "${OPT_FLAGS[*]}"} ) - - migrate_cmd=( $_VCONTEXT - ${OPT_SILENT:+--silent} |