summaryrefslogtreecommitdiffstats
path: root/package/sudo
Commit message (Collapse)AuthorAgeFilesLines
* - late binding isn't a good idea there, i did end up with an empty SOURCE.Bernhard Reutner-Fischer2006-10-031-3/+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)
* try to avoid rebuildEric Andersen2006-07-041-0/+2
|
* Fix Bug #897 preventing the building of 'sudo' for architectures other than x86."Steven J. Hill"2006-06-062-63/+85
|
* add sudo, based on http://bugs.busybox.net/view.php?id=511Eric Andersen2006-04-114-0/+13371
with minor changes, and updated security patches