diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
commit | 113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch) | |
tree | e8f66c90bbf5fd25e373992147282f48d9d0619f /sudo | |
parent | 06f7d17e81de21a95e35b03453242bc62b05a6aa (diff) |
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'sudo')
-rw-r--r-- | sudo/sudo_1.6.7p5.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index e401d13d80..e9c00a6356 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -1,5 +1,9 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" +DESCRIPTION = "Sudo (superuser do) allows a system \ +administrator to give certain users (or groups of \ +users) the ability to run some (or all) commands \ +as root while logging all commands and arguments." SRC_URI = ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ file://${FILESDIR}/nonrootinstall.patch;patch=1 \ |