Browse Source

util-vserver: Updated (0.30.216-pre2864 -> 0.30.216-pre2883)

Note:
The mtab_as_symlink.patch was removed because the fix is included in
0.30.216-pre2883.
user/chris/old/ruby
Christian Wiese 15 years ago
parent
commit
b49f7bf399
  1. 31
      security/util-vserver/mtab_as_symlink.patch
  2. 6
      security/util-vserver/util-vserver.desc

31
security/util-vserver/mtab_as_symlink.patch

@ -1,31 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../util-vserver/mtab_as_symlink.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Index: scripts/vserver.functions
===================================================================
--- ./scripts/vserver.functions (revision 2849)
+++ ./scripts/vserver.functions (working copy)
@@ -918,6 +918,10 @@
# magic regarding the mtab file; when etc/mtab can not be touched,
# add the '-n' flag to mount
test -w etc -o -w etc/mtab || xflag=-n
+ if test -h etc/mtab; then
+ local l=$($_READLINK etc/mtab)
+ test "${l#/proc/}" = "$l" || xflag=-n
+ fi
"$@" $_SECURE_MOUNT -a $xflag --chroot --fstab "$fstab" --rootfs no
popd >/dev/null
}

6
security/util-vserver/util-vserver.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../util-vserver/util-vserver.desc
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -29,14 +29,14 @@
[L] GPL
[S] Stable
[V] 0.30.216-pre2864
[V] 0.30.216-pre2883
[P] O -?---5---9 190.200
[F] NOPARALLEL DIETLIBC NO-SSP
# vserver utilities
#[D] 1903976627 util-vserver-0.30.215.tar.bz2 http://ftp.linux-vserver.org/pub/utils/util-vserver/
[D] 217856080 util-vserver-0.30.216-pre2864.tar.bz2 http://people.linux-vserver.org/~dhozac/t/uv-testing/
[D] 2989362138 util-vserver-0.30.216-pre2883.tar.bz2 http://people.linux-vserver.org/~dhozac/t/uv-testing/
# and addons
[D] 3365204218 cq-tools-0.06.tar.bz2 http://www.13thfloor.at/vserver/s_addons/quota/

Loading…
Cancel
Save