summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-09-08 08:59:49 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-09-08 08:59:49 +0000
commit0f36b58f11eab9a7facd2afb01a4dc1e2445cdd7 (patch)
tree0b2d960561c32b141431e355f63e075f1b79a7e3 /sys-fs/evms
parentRemoved bashism from start script (diff)
downloadgentoo-2-0f36b58f11eab9a7facd2afb01a4dc1e2445cdd7.tar.gz
gentoo-2-0f36b58f11eab9a7facd2afb01a4dc1e2445cdd7.tar.bz2
gentoo-2-0f36b58f11eab9a7facd2afb01a4dc1e2445cdd7.zip
Dropped old revisions.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 x86_64)
Diffstat (limited to 'sys-fs/evms')
-rw-r--r--sys-fs/evms/ChangeLog6
-rw-r--r--sys-fs/evms/evms-2.5.5-r6.ebuild154
-rw-r--r--sys-fs/evms/evms-2.5.5-r7.ebuild170
-rw-r--r--sys-fs/evms/evms-2.5.5-r9.ebuild171
4 files changed, 5 insertions, 496 deletions
diff --git a/sys-fs/evms/ChangeLog b/sys-fs/evms/ChangeLog
index 3a2940641761..9c02e9fa10c8 100644
--- a/sys-fs/evms/ChangeLog
+++ b/sys-fs/evms/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/evms
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.89 2008/09/08 08:57:08 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.90 2008/09/08 08:59:49 dev-zero Exp $
+
+ 08 Sep 2008; Tiziano Müller <dev-zero@gentoo.org> -evms-2.5.5-r6.ebuild,
+ -evms-2.5.5-r7.ebuild, -evms-2.5.5-r9.ebuild:
+ Dropped old revisions.
08 Sep 2008; Tiziano Müller <dev-zero@gentoo.org> files/evms2-start.sh:
Removed bashism from start script
diff --git a/sys-fs/evms/evms-2.5.5-r6.ebuild b/sys-fs/evms/evms-2.5.5-r6.ebuild
deleted file mode 100644
index 27bd023fd847..000000000000
--- a/sys-fs/evms/evms-2.5.5-r6.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r6.ebuild,v 1.3 2007/08/30 22:12:26 dev-zero Exp $
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
-
-inherit eutils flag-o-matic multilib toolchain-funcs autotools
-
-DESCRIPTION="Utilities for the IBM Enterprise Volume Management System"
-HOMEPAGE="http://www.sourceforge.net/projects/evms"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gtk ncurses nls"
-
-#EVMS uses libuuid from e2fsprogs
-RDEPEND="virtual/libc
- sys-fs/e2fsprogs
- sys-fs/device-mapper
- >=sys-apps/baselayout-1.9.4-r6
- gtk? ( =x11-libs/gtk+-1*
- =dev-libs/glib-1* )
- ncurses? ( sys-libs/ncurses
- >=dev-libs/glib-2.12.4-r1 )"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PV}/md_super_fix.patch"
- epatch "${FILESDIR}/${PV}/ntfs_unmkfs.patch"
- epatch "${FILESDIR}/${PV}/raid5_degrade_fix.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix_2.patch"
- epatch "${FILESDIR}/${PV}/raid5_algorithm.patch"
- epatch "${FILESDIR}/${PV}/cli_reload_options.patch"
- epatch "${FILESDIR}/${PV}/cli_query_segfault.patch"
- epatch "${FILESDIR}/${PV}/get_geometry.patch"
- epatch "${FILESDIR}/${PV}/BaseName.patch"
- epatch "${FILESDIR}/${PV}/disk_cache.patch"
-
- epatch "${FILESDIR}/${P}-as-needed.patch"
- epatch "${FILESDIR}/${P}-glib_dep.patch"
- epatch "${FILESDIR}/${P}-ocfs2.patch"
- epatch "${FILESDIR}/${P}-use_disk_group.patch"
- epatch "${FILESDIR}/${P}-pagesize.patch"
-
- eautoreconf
-}
-
-src_compile() {
- # Bug #54856
- # filter-flags "-fstack-protector"
- replace-flags -O3 -O2
- replace-flags -Os -O2
-
- local excluded_interfaces=""
- use ncurses || excluded_interfaces="--disable-text-mode"
- use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui"
-
- # We have to link statically against glib because evmsn resides in /sbin
- econf \
- --libdir=/$(get_libdir) \
- --sbindir=/sbin \
- --includedir=/usr/include \
- --with-static-glib \
- $(use_with debug) \
- $(use_enable nls) \
- ${excluded_interfaces} || die "Failed configure"
- emake || die "Failed emake"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Make install died"
- dodoc ChangeLog INSTALL* PLUGIN.IDS README TERMINOLOGY doc/linuxrc
-
- insinto /$(get_libdir)/rcscripts/addons
- newins "${FILESDIR}/evms2-start.sh" evms-start.sh || die "rcscript addon failed"
-
- # install the sample configuration into the doc dir
- dodoc "${D}/etc/evms.conf.sample"
- rm -f "${D}/etc/evms.conf.sample"
-
- # the kernel patches may come handy for people compiling their own kernel
- docinto kernel/2.4
- dodoc kernel/2.4/*
- docinto kernel/2.6
- dodoc kernel/2.6/*
-
- # move static libraries to /usr/lib
- dodir /usr/$(get_libdir)
- mv -f ${D}/$(get_libdir)/*.a "${D}/usr/$(get_libdir)"
-
- # Create linker scripts for dynamic libs in /lib, else gcc
- # links to the static ones in /usr/lib first. Bug #4411.
- for x in "${D}/usr/$(get_libdir)"/*.a ; do
- if [ -f ${x} ] ; then
- local lib="${x##*/}"
- gen_usr_ldscript ${lib/\.a/\.so}
- fi
- done
-
- # the gtk+ frontend should live in /usr/sbin
- if use gtk ; then
- dodir /usr/sbin
- mv -f ${D}/sbin/evmsgui ${D}/usr/sbin
- fi
-
- # Needed for bug #51252
- dosym libevms-2.5.so.0.0 /$(get_libdir)/libevms-2.5.so.0
-}
-
-src_test() {
- if [[ -z ${EVMS_TEST_VOLUME} ]] ; then
- eerror "This is a volume manager and it therefore needs a volume"
- eerror "for testing. You have to define EVMS_TEST_VOLUME as"
- eerror "a volume evms can operate on."
- eerror "Example: export EVMS_TEST_VOLUME=sda"
- eerror "Note: The volume-name can not be a symlink."
- eerror "WARNING: EVMS WILL DESTROY EVERYTHING ON IT."
- einfo "If you don't have an empty disk, you can use the loopback-device:"
- einfo "- Create a large file using dd (this creates a 4GB file):"
- einfo " dd if=/dev/zero of=/tmp/evms_test_file bs=1M count=4096"
- einfo "- Activate a loop device on this file:"
- einfo " losetup /dev/loop0 /tmp/evms_test_file"
- einfo "- export EVMS_TEST_VOLUME=loop/0"
- einfo "The disk has to be at least 4GB!"
- einfo "To deactivate the loop-device afterwards:"
- einfo "- losetup -d /dev/loop0"
- hasq userpriv ${FEATURES} && ewarn "These tests have to run as root. Disable userpriv!"
- die "need test-volume"
- fi
-
- if hasq userpriv ${FEATURES} ; then
- eerror "These tests need root privileges. Disable userpriv!"
- die "userpriv is not supported"
- fi
-
- volume=$(readlink "/dev/${EVMS_TEST_VOLUME}")
- einfo "Disabling sandbox for:"
- einfo " - /dev/${volume:-${EVMS_TEST_VOLUME}}"
- addwrite /dev/${volume:-${EVMS_TEST_VOLUME}}
- einfo " - /dev/evms"
- addwrite /dev/evms
- einfo " - /var/lock/evms-engine"
- addwrite /var/lock/evms-engine
-
- cd "${S}/tests/suite"
- PATH="${S}/ui/cli:${S}/tests:/sbin:${PATH}" ./run_tests ${EVMS_TEST_VOLUME} || die "tests failed"
-}
diff --git a/sys-fs/evms/evms-2.5.5-r7.ebuild b/sys-fs/evms/evms-2.5.5-r7.ebuild
deleted file mode 100644
index f48ff8dcba36..000000000000
--- a/sys-fs/evms/evms-2.5.5-r7.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r7.ebuild,v 1.4 2007/10/11 11:29:08 corsair Exp $
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
-
-inherit eutils flag-o-matic multilib toolchain-funcs autotools
-
-DESCRIPTION="Utilities for the IBM Enterprise Volume Management System"
-HOMEPAGE="http://www.sourceforge.net/projects/evms"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gtk hb hb2 ncurses nls"
-
-#EVMS uses libuuid from e2fsprogs
-RDEPEND="virtual/libc
- sys-fs/e2fsprogs
- sys-fs/device-mapper
- >=sys-apps/baselayout-1.9.4-r6
- gtk? ( =x11-libs/gtk+-1*
- =dev-libs/glib-1* )
- hb? ( !hb2? ( =sys-cluster/heartbeat-1* ) )
- hb2? ( >=sys-cluster/heartbeat-2 )
- ncurses? ( sys-libs/ncurses
- >=dev-libs/glib-2.12.4-r1 )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if use hb && use hb2 ; then
- ewarn "It's not possible to have support for heartbeat version 1 and 2 at the same time."
- ewarn "Assuming that you want heartbeat-2, if not, please do not enable the hb2 use flag."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PV}/md_super_fix.patch"
- epatch "${FILESDIR}/${PV}/ntfs_unmkfs.patch"
- epatch "${FILESDIR}/${PV}/raid5_degrade_fix_v2.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix_2.patch"
- epatch "${FILESDIR}/${PV}/raid5_algorithm.patch"
- epatch "${FILESDIR}/${PV}/cli_reload_options.patch"
- epatch "${FILESDIR}/${PV}/cli_query_segfault.patch"
- epatch "${FILESDIR}/${PV}/get_geometry.patch"
- epatch "${FILESDIR}/${PV}/BaseName.patch"
- epatch "${FILESDIR}/${PV}/disk_cache.patch"
-
- epatch "${FILESDIR}/${P}-as-needed.patch"
- epatch "${FILESDIR}/${P}-glib_dep.patch"
- epatch "${FILESDIR}/${P}-ocfs2.patch"
- epatch "${FILESDIR}/${P}-use_disk_group.patch"
- epatch "${FILESDIR}/${P}-pagesize.patch"
-
- eautoreconf
-}
-
-src_compile() {
- # Bug #54856
- # filter-flags "-fstack-protector"
- replace-flags -O3 -O2
- replace-flags -Os -O2
-
- local excluded_interfaces=""
- use ncurses || excluded_interfaces="--disable-text-mode"
- use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui"
-
- # hb2 should override hb
- local myconf="$(use_enable hb ha) --disable-hb2"
- use hb2 && myconf="--disable-ha --enable-hb2"
-
- # We have to link statically against glib because evmsn resides in /sbin
- econf \
- --libdir=/$(get_libdir) \
- --sbindir=/sbin \
- --includedir=/usr/include \
- --with-static-glib \
- $(use_with debug) \
- $(use_enable nls) \
- ${myconf} \
- ${excluded_interfaces} || die "Failed configure"
- emake || die "Failed emake"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Make install died"
- dodoc ChangeLog INSTALL* PLUGIN.IDS README TERMINOLOGY doc/linuxrc
-
- insinto /$(get_libdir)/rcscripts/addons
- newins "${FILESDIR}/evms2-start.sh" evms-start.sh || die "rcscript addon failed"
-
- # install the sample configuration into the doc dir
- dodoc "${D}/etc/evms.conf.sample"
- rm -f "${D}/etc/evms.conf.sample"
-
- # the kernel patches may come handy for people compiling their own kernel
- docinto kernel/2.4
- dodoc kernel/2.4/*
- docinto kernel/2.6
- dodoc kernel/2.6/*
-
- # move static libraries to /usr/lib
- dodir /usr/$(get_libdir)
- mv -f ${D}/$(get_libdir)/*.a "${D}/usr/$(get_libdir)"
-
- # Create linker scripts for dynamic libs in /lib, else gcc
- # links to the static ones in /usr/lib first. Bug #4411.
- for x in "${D}/usr/$(get_libdir)"/*.a ; do
- if [ -f ${x} ] ; then
- local lib="${x##*/}"
- gen_usr_ldscript ${lib/\.a/\.so}
- fi
- done
-
- # the gtk+ frontend should live in /usr/sbin
- if use gtk ; then
- dodir /usr/sbin
- mv -f ${D}/sbin/evmsgui ${D}/usr/sbin
- fi
-
- # Needed for bug #51252
- dosym libevms-2.5.so.0.0 /$(get_libdir)/libevms-2.5.so.0
-
- newinitd "${FILESDIR}/evms.initd"
-}
-
-src_test() {
- if [[ -z ${EVMS_TEST_VOLUME} ]] ; then
- eerror "This is a volume manager and it therefore needs a volume"
- eerror "for testing. You have to define EVMS_TEST_VOLUME as"
- eerror "a volume evms can operate on."
- eerror "Example: export EVMS_TEST_VOLUME=sda"
- eerror "Note: The volume-name can not be a symlink."
- eerror "WARNING: EVMS WILL DESTROY EVERYTHING ON IT."
- einfo "If you don't have an empty disk, you can use the loopback-device:"
- einfo "- Create a large file using dd (this creates a 4GB file):"
- einfo " dd if=/dev/zero of=/tmp/evms_test_file bs=1M count=4096"
- einfo "- Activate a loop device on this file:"
- einfo " losetup /dev/loop0 /tmp/evms_test_file"
- einfo "- export EVMS_TEST_VOLUME=loop/0"
- einfo "The disk has to be at least 4GB!"
- einfo "To deactivate the loop-device afterwards:"
- einfo "- losetup -d /dev/loop0"
- hasq userpriv ${FEATURES} && ewarn "These tests have to run as root. Disable userpriv!"
- die "need test-volume"
- fi
-
- if hasq userpriv ${FEATURES} ; then
- eerror "These tests need root privileges. Disable userpriv!"
- die "userpriv is not supported"
- fi
-
- volume=$(readlink "/dev/${EVMS_TEST_VOLUME}")
- einfo "Disabling sandbox for:"
- einfo " - /dev/${volume:-${EVMS_TEST_VOLUME}}"
- addwrite /dev/${volume:-${EVMS_TEST_VOLUME}}
- einfo " - /dev/evms"
- addwrite /dev/evms
- einfo " - /var/lock/evms-engine"
- addwrite /var/lock/evms-engine
-
- cd "${S}/tests/suite"
- PATH="${S}/ui/cli:${S}/tests:/sbin:${PATH}" ./run_tests ${EVMS_TEST_VOLUME} || die "tests failed"
-}
diff --git a/sys-fs/evms/evms-2.5.5-r9.ebuild b/sys-fs/evms/evms-2.5.5-r9.ebuild
deleted file mode 100644
index d9a68ff9fd21..000000000000
--- a/sys-fs/evms/evms-2.5.5-r9.ebuild
+++ /dev/null
@@ -1,171 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r9.ebuild,v 1.3 2007/10/22 14:33:01 armin76 Exp $
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
-
-inherit eutils flag-o-matic multilib toolchain-funcs autotools
-
-DESCRIPTION="Utilities for the IBM Enterprise Volume Management System"
-HOMEPAGE="http://www.sourceforge.net/projects/evms"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gtk hb hb2 ncurses nls"
-
-#EVMS uses libuuid from e2fsprogs
-RDEPEND="virtual/libc
- sys-fs/e2fsprogs
- sys-fs/device-mapper
- >=sys-apps/baselayout-1.9.4-r6
- gtk? ( =x11-libs/gtk+-1*
- =dev-libs/glib-1* )
- hb? ( !hb2? ( =sys-cluster/heartbeat-1* ) )
- hb2? ( >=sys-cluster/heartbeat-2 )
- ncurses? ( sys-libs/ncurses
- >=dev-libs/glib-2.12.4-r1 )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if use hb && use hb2 ; then
- ewarn "It's not possible to have support for heartbeat version 1 and 2 at the same time."
- ewarn "Assuming that you want heartbeat-2, if not, please do not enable the hb2 use flag."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PV}/md_super_fix.patch"
- epatch "${FILESDIR}/${PV}/ntfs_unmkfs.patch"
- epatch "${FILESDIR}/${PV}/raid5_degrade_fix_v2.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix.patch"
- epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix_2.patch"
- epatch "${FILESDIR}/${PV}/raid5_algorithm.patch"
- epatch "${FILESDIR}/${PV}/cli_reload_options.patch"
- epatch "${FILESDIR}/${PV}/cli_query_segfault.patch"
- epatch "${FILESDIR}/${PV}/get_geometry.patch"
- epatch "${FILESDIR}/${PV}/BaseName.patch"
- epatch "${FILESDIR}/${PV}/disk_cache.patch"
-
- epatch "${FILESDIR}/${P}-as-needed.patch"
- epatch "${FILESDIR}/${P}-glib_dep.patch"
- epatch "${FILESDIR}/${P}-ocfs2.patch"
- epatch "${FILESDIR}/${P}-use_disk_group.patch"
- epatch "${FILESDIR}/${P}-pagesize.patch"
-
- eautoreconf
-}
-
-src_compile() {
- # Bug #54856
- # filter-flags "-fstack-protector"
- replace-flags -O3 -O2
- replace-flags -Os -O2
-
- local excluded_interfaces=""
- use ncurses || excluded_interfaces="--disable-text-mode"
- use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui"
-
- # hb2 should override hb
- local myconf="$(use_enable hb ha) --disable-hb2"
- use hb2 && myconf="--disable-ha --enable-hb2"
-
- # We have to link statically against glib because evmsn resides in /sbin
- econf \
- --libdir=/$(get_libdir) \
- --sbindir=/sbin \
- --includedir=/usr/include \
- --with-static-glib \
- $(use_with debug) \
- $(use_enable nls) \
- ${myconf} \
- ${excluded_interfaces} || die "Failed configure"
- emake || die "Failed emake"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Make install died"
- dodoc ChangeLog INSTALL* PLUGIN.IDS README TERMINOLOGY doc/linuxrc
-
- insinto /$(get_libdir)/rcscripts/addons
- newins "${FILESDIR}/evms2-start.sh" evms-start.sh || die "rcscript addon failed"
-
- # install the sample configuration into the doc dir
- dodoc "${D}/etc/evms.conf.sample"
- rm -f "${D}/etc/evms.conf.sample"
-
- # the kernel patches may come handy for people compiling their own kernel
- docinto kernel/2.4
- dodoc kernel/2.4/*
- docinto kernel/2.6
- dodoc kernel/2.6/*
-
- # move static libraries to /usr/lib
- dodir /usr/$(get_libdir)
- mv -f "${D}"/$(get_libdir)/*.a "${D}/usr/$(get_libdir)"
-
- # Create linker scripts for dynamic libs in /lib, else gcc
- # links to the static ones in /usr/lib first. Bug #4411.
- for x in "${D}/usr/$(get_libdir)"/*.a ; do
- if [ -f ${x} ] ; then
- local lib="${x##*/}"
- gen_usr_ldscript ${lib/\.a/\.so}
- fi
- done
-
- # the gtk+ frontend should live in /usr/sbin
- if use gtk ; then
- dodir /usr/sbin
- mv -f "${D}"/sbin/evmsgui "${D}"/usr/sbin
- fi
-
- # Needed for bug #51252
- dosym libevms-2.5.so.0.0 /$(get_libdir)/libevms-2.5.so.0
-
- newinitd "${FILESDIR}"/evms.initd-2.5.5-r9 evms || die
- newconfd "${FILESDIR}"/evms.conf-2.5.5-r9 evms || die
-}
-
-src_test() {
- if [[ -z ${EVMS_TEST_VOLUME} ]] ; then
- eerror "This is a volume manager and it therefore needs a volume"
- eerror "for testing. You have to define EVMS_TEST_VOLUME as"
- eerror "a volume evms can operate on."
- eerror "Example: export EVMS_TEST_VOLUME=sda"
- eerror "Note: The volume-name can not be a symlink."
- eerror "WARNING: EVMS WILL DESTROY EVERYTHING ON IT."
- einfo "If you don't have an empty disk, you can use the loopback-device:"
- einfo "- Create a large file using dd (this creates a 4GB file):"
- einfo " dd if=/dev/zero of=/tmp/evms_test_file bs=1M count=4096"
- einfo "- Activate a loop device on this file:"
- einfo " losetup /dev/loop0 /tmp/evms_test_file"
- einfo "- export EVMS_TEST_VOLUME=loop/0"
- einfo "The disk has to be at least 4GB!"
- einfo "To deactivate the loop-device afterwards:"
- einfo "- losetup -d /dev/loop0"
- hasq userpriv ${FEATURES} && ewarn "These tests have to run as root. Disable userpriv!"
- die "need test-volume"
- fi
-
- if hasq userpriv ${FEATURES} ; then
- eerror "These tests need root privileges. Disable userpriv!"
- die "userpriv is not supported"
- fi
-
- volume=$(readlink "/dev/${EVMS_TEST_VOLUME}")
- einfo "Disabling sandbox for:"
- einfo " - /dev/${volume:-${EVMS_TEST_VOLUME}}"
- addwrite /dev/${volume:-${EVMS_TEST_VOLUME}}
- einfo " - /dev/evms"
- addwrite /dev/evms
- einfo " - /var/lock/evms-engine"
- addwrite /var/lock/evms-engine
-
- cd "${S}/tests/suite"
- PATH="${S}/ui/cli:${S}/tests:/sbin:${PATH}" ./run_tests ${EVMS_TEST_VOLUME} || die "tests failed"
-}