summaryrefslogtreecommitdiffstats
path: root/package/dm
Commit message (Collapse)AuthorAgeFilesLines
* minor version bumpsEric Andersen2006-11-171-2/+3
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - bump versionBernhard Reutner-Fischer2006-09-281-1/+1
|
* - update to 1.02.09Bernhard Reutner-Fischer2006-08-241-2/+2
|
* ver bump #962 by bowerymarcMike Frysinger2006-07-191-1/+1
|
* remove junk, bump version, and generally clean things upEric Andersen2006-07-101-3/+13
|
* update version number to latest stable build per case 0000502David Anders2006-01-241-4/+4
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* This patch adds package configuration files for the LVM2 tools and itsEric Andersen2005-06-242-0/+103
dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183