summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-vserver/patches/0.30.210-r18/245_all_template.patch')
-rw-r--r--util-vserver/patches/0.30.210-r18/245_all_template.patch230
1 files changed, 0 insertions, 230 deletions
diff --git a/util-vserver/patches/0.30.210-r18/245_all_template.patch b/util-vserver/patches/0.30.210-r18/245_all_template.patch
deleted file mode 100644
index 492acd3..0000000
--- a/util-vserver/patches/0.30.210-r18/245_all_template.patch
+++ /dev/null
@@ -1,230 +0,0 @@
-Index: util-vserver-0.30.210/configure.ac
-===================================================================
---- util-vserver-0.30.210.orig/configure.ac
-+++ util-vserver-0.30.210/configure.ac
-@@ -56,6 +56,11 @@ ENSC_PATHPROG(NOHUP, nohup)
- ENSC_PATHPROG(RMMOD, rmmod)
- ENSC_PATHPROG(VCONFIG, vconfig,, [See http://www.candelatech.com/~greear/vlan.html; usually this tool is shipped in the 'vconfig' or 'vlan' package of your distribution])
- ENSC_PATHPROG(WGET, wget)
-+ENSC_PATHPROG(FILE, file, [file])
-+ENSC_PATHPROG(GZIP, gzip, [gzip])
-+ENSC_PATHPROG(BZIP2, bzip2, [bzip2])
-+ENSC_PATHPROG(CPIO, cpio, [cpio])
-+ENSC_PATHPROG(RESTORE, restore, [restore])
-
- ENSC_PATHPROG(DOXYGEN, doxygen, [:])
- ENSC_PATHPROG(XSLTP, xsltp, [:])
-Index: util-vserver-0.30.210/contrib/manifest.dat.pathsubst
-===================================================================
---- util-vserver-0.30.210.orig/contrib/manifest.dat.pathsubst
-+++ util-vserver-0.30.210/contrib/manifest.dat.pathsubst
-@@ -8,6 +8,7 @@ build @PKGLIBDIR@/vserver-build.deboots
- build @PKGLIBDIR@/vserver-build.yum
- build @PKGLIBDIR@/vserver-build.rpm
- build @PKGLIBDIR@/vserver-build.clone
-+build @PKGLIBDIR@/vserver-build.template
- build @PKGLIBDIR@/vserver-build.functions
- build @PKGLIBDIR@/vserver-build.functions.apt
- build @PKGLIBDIR@/vserver-build.functions.rpm
-Index: util-vserver-0.30.210/scripts/Makefile-files
-===================================================================
---- util-vserver-0.30.210.orig/scripts/Makefile-files
-+++ util-vserver-0.30.210/scripts/Makefile-files
-@@ -39,6 +39,7 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += \
-
- scripts_pkglib_src_DTA = scripts/functions \
- scripts/gentoo-functions.sh \
-+ scripts/magic.mime \
- scripts/vserver-build.apt-rpm \
- scripts/vserver-build.skeleton \
- scripts/vserver-build.debootstrap \
-@@ -50,6 +51,7 @@ scripts_pkglib_src_DTA = scripts/functio
- scripts/vserver-build.functions.rpm \
- scripts/vserver-build.functions.pkgmgmt \
- scripts/vserver-build.functions.yum \
-+ scripts/vserver-build.template \
- scripts/vserver-setup.functions \
- scripts/vserver.functions \
- scripts/vserver.start \
-Index: util-vserver-0.30.210/scripts/magic.mime
-===================================================================
---- /dev/null
-+++ util-vserver-0.30.210/scripts/magic.mime
-@@ -0,0 +1,19 @@
-+# Borrowed from file(1)
-+# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
-+0 string \037\213 application/x-gzip
-+# tar posix
-+257 string ustar\0 application/x-tar
-+# tar gnu
-+257 string ustar\040\040\0 application/x-tar
-+# cpio
-+0 short 070707 application/x-cpio
-+# cpio swapped
-+0 short 0143561 application/x-cpio
-+# bzip2
-+0 string BZh application/x-bzip2
-+# dump/restore new-fs big and little endian
-+24 belong 60012 application/x-dump
-+24 lelong 60012 application/x-dump
-+# dump/restore old-fs big and little endian
-+24 belong 60011 application/x-dump
-+24 lelong 60011 application/x-dump
-Index: util-vserver-0.30.210/scripts/util-vserver-vars.pathsubst
-===================================================================
---- util-vserver-0.30.210.orig/scripts/util-vserver-vars.pathsubst
-+++ util-vserver-0.30.210/scripts/util-vserver-vars.pathsubst
-@@ -43,6 +43,7 @@ _IFSPEC="$__LEGACYDIR/ifspec"
- _INITSYNC_MINIT_START=:
- _KEEP_CTX_ALIVE="$__PKGLIBDIR/keep-ctx-alive"
- _LIB_FUNCTIONS="$__PKGLIBDIR/functions"
-+_LIB_MAGIC="$__PKGLIBDIR/magic"
- _LIB_GENTOO_FUNCTIONS="$__PKGLIBDIR/gentoo-functions.sh"
- _LIB_VSERVER_SETUP_FUNCTIONS="$__PKGLIBDIR/vserver-setup.functions"
- _LIB_VSERVER_BUILD_FUNCTIONS="$__PKGLIBDIR/vserver-build.functions"
-@@ -103,14 +104,18 @@ _VYUM="$__SBINDIR/vyum"
- _VYUM_WORKER="$__PKGLIBDIR/vyum-worker"
-
- _AWK="@AWK@"
-+_BZIP2="@BZIP2@"
- _CAT="@CAT@"
- _CHOWN="@CHOWN@"
- _CMP="@CMP@"
- _CP="@CP@"
-+_CPIO="@CPIO@"
- _DIRNAME="@DIRNAME@"
- _EGREP="@EGREP@"
- _ENV="@ENV@"
-+_FILE="@FILE@"
- _GREP="@GREP@"
-+_GZIP="@GZIP@"
- _IP="@IP@"
- _IPTABLES="@IPTABLES@"
- _LN="@LN@"
-@@ -125,6 +130,7 @@ _MV="@MV@"
- _NAMEIF="@NAMEIF@"
- _NICE="@NICE@"
- _NOHUP="@NOHUP@"
-+_RESTORE="@RESTORE@"
- _RM="@RM@"
- _RMDIR="@RMDIR@"
- _RMMOD="@RMMOD@"
-Index: util-vserver-0.30.210/scripts/vserver-build
-===================================================================
---- util-vserver-0.30.210.orig/scripts/vserver-build
-+++ util-vserver-0.30.210/scripts/vserver-build
-@@ -66,6 +66,8 @@ Possible methods are:
- configuration file and calls an optional command then
- debootstrap ... -- -d <distribution> [-m <mirror>] [-s <script> ] [-- <debootstrap-options>*]
- bootstraps the vserver with Debian's 'debootstrap' package
-+ template ... -- (-t <tarball>)+
-+ ... installs a guest using tarball(s)
-
- Please report bugs to $PACKAGE_BUGREPORT"
- exit 0
-@@ -126,7 +128,7 @@ setup_setDefaults "$VSERVER_NAME"
-
- case x"$method" in
- (xlegacy) exec $_VSERVER_LEGACY "$VSERVER_NAME" build "$@" ;;
-- (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xclone)
-+ (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xclone|xtemplate)
- . $__PKGLIBDIR/vserver-build.$method
- ;;
- (x) panic $"No build-method specified";;
-Index: util-vserver-0.30.210/scripts/vserver-build.template
-===================================================================
---- /dev/null
-+++ util-vserver-0.30.210/scripts/vserver-build.template
-@@ -0,0 +1,92 @@
-+# $Id:$ --*- sh -*--
-+
-+# Copyright (C) 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
-+#
-+# 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
-+# the Free Software Foundation; version 2 of the License.
-+#
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+# GNU General Public License for more details.
-+#
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-+
-+tmp=$(getopt -o '+d:t:' --long debug,pkgmgmt,template: -n "vserver-build.template" -- "$@") || exit 1
-+eval set -- "$tmp"
-+
-+. "$_LIB_VSERVER_BUILD_FUNCTIONS_PKGMGMT"
-+
-+DISTRIBUTION=:
-+use_pkgmgmt=
-+declare -a TEMPLATE=()
-+while true; do
-+ case "$1" in
-+ -d) DISTRIBUTION=$2; shift;;
-+ --debug) set -x;;
-+ --pkgmgmt) use_pkgmgmt=1;;
-+ -t|--template)
-+ case "$2" in
-+ /*) f="$2";;
-+ *) f=`pwd`/"$2";;
-+ esac
-+ TEMPLATE=( "${TEMPLATE[@]}" "$f" )
-+ shift
-+ ;;
-+ --) shift; break ;;
-+ *) echo "vserver-build.template: internal error: unrecognized option '$1'" >&2
-+ exit 1
-+ ;;
-+ esac
-+ shift
-+done
-+
-+getDistribution '' 1
-+
-+base.init
-+test -z "$use_pkgmgmt" || pkgmgmt.initVariables
-+
-+base.initFilesystem "$OPTION_FORCE"
-+test -z "$use_pkgmgmt" || pkgmgmt.initFilesystem "$OPTION_FORCE"
-+
-+
-+setup_writeOption "$VSERVER_NAME"
-+setup_writeInitialFstab
-+
-+test -z "$BUILD_INITPRE" || "$BUILD_INITPRE" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"
-+
-+pushd "$SETUP_CONFDIR/vdir" >& /dev/null
-+for t in "${TEMPLATE[@]}"; do
-+ mime=$($_FILE -Nbiz -m "$_LIB_MAGIC" "$t")
-+ compression=$(echo "$mime" | $_GREP '(' | $_SED 's!.*(\(.*\))$!\1!')
-+
-+ case "$compression" in
-+ application/x-bzip2) DECOMPRESS="$_BZIP2 -d -c";;
-+ application/x-gzip) DECOMPRESS="$_GZIP -d -c";;
-+ "") DECOMPRESS=$_CAT;;
-+ *)
-+ echo "Unsupported compression method: $compression"
-+ exit 1
-+ ;;
-+ esac
-+
-+ case "$mime" in
-+ application/x-tar*) EXTRACT="$_TAR -x";;
-+ application/x-cpio*) EXTRACT="$_CPIO -i";;
-+ application/x-dump*) EXTRACT="$_RESTORE -rf -";;
-+ *)
-+ echo "Unsupported packaging method: $mime"
-+ exit 1
-+ ;;
-+ esac
-+
-+ $DECOMPRESS "$t" | $EXTRACT
-+done
-+popd >& /dev/null
-+
-+test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"
-+
-+base.setSuccess