Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | - late binding isn't a good idea there, i did end up with an empty SOURCE. | Bernhard Reutner-Fischer | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-07-04 | try to avoid rebuild | Eric Andersen | |
2006-06-06 | Fix Bug #897 preventing the building of 'sudo' for architectures other than x86. | "Steven J. Hill" | |
2006-04-11 | add sudo, based on http://bugs.busybox.net/view.php?id=511 | Eric Andersen | |
with minor changes, and updated security patches |