Christian Wiese
12 years ago
3 changed files with 87 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1354540859 Mon Dec 3 14:20:59 2012 |
||||||
|
[BUILDTIME] 0 (5) |
||||||
|
[SIZE] 0.48 MB, 34 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] gzip |
||||||
|
[DEP] libaio |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] lvm2 |
||||||
|
[DEP] make |
||||||
|
[DEP] ncurses |
||||||
|
[DEP] readline |
||||||
|
[DEP] runit |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] udev |
||||||
|
[DEP] util-linux |
@ -0,0 +1,26 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../multipath-tools/multipath-tools.conf |
||||||
|
# Copyright (C) 2012 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# 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. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
# prefix needs to unset |
||||||
|
prefix= |
||||||
|
set_confopt |
||||||
|
|
||||||
|
# original source tarball has no subdir where sources are stored |
||||||
|
multipath_tools_extract() { |
||||||
|
echo "Extracting $1 ($taropt)" |
||||||
|
multipath_tools_srcdir="$pkg-$ver" |
||||||
|
mkdir -pv $multipath_tools_srcdir |
||||||
|
tar -v $taropt $1 -C $multipath_tools_srcdir |
||||||
|
} |
||||||
|
custextract=multipath_tools_extract |
@ -0,0 +1,32 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../multipath-tools/multipath-tools.desc |
||||||
|
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Tools to manage multipath devices using device-mapper |
||||||
|
|
||||||
|
[T] multipath-tools provides tools to manage multipath devices by instructing |
||||||
|
[T] the device-mapper multipath kernel module what to do. |
||||||
|
|
||||||
|
[U] http://christophe.varoqui.free.fr/ |
||||||
|
|
||||||
|
[A] Christophe Varoqui <christophe.varoqui@opensvc.com> |
||||||
|
[M] Christian Wiese <chris@opensde.org> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.4.9 |
||||||
|
[P] X -----5---9 185.000 |
||||||
|
|
||||||
|
[D] 1411245856 multipath-tools-0.4.9.tar.bz2 http://christophe.varoqui.free.fr/multipath-tools/ |
Loading…
Reference in new issue