]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes-extended: Add Summary information
authorMark Hatle <mark.hatle@windriver.com>
Thu, 18 Nov 2010 23:44:37 +0000 (17:44 -0600)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 15:53:08 +0000 (15:53 +0000)
Add Summary information and update descriptions as necessary.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
43 files changed:
meta/recipes-extended/at/at_3.1.12.bb
meta/recipes-extended/blktool/blktool_4-6.bb
meta/recipes-extended/byacc/byacc.inc
meta/recipes-extended/bzip2/bzip2_1.0.6.bb
meta/recipes-extended/cpio/cpio_v2.inc
meta/recipes-extended/cronie/cronie_1.4.6.bb
meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
meta/recipes-extended/diffutils/diffutils_2.8.1.bb
meta/recipes-extended/ethtool/ethtool_2.6.36.bb
meta/recipes-extended/findutils/findutils.inc
meta/recipes-extended/findutils/findutils_4.2.31.bb
meta/recipes-extended/gamin/gamin_0.1.10.bb
meta/recipes-extended/gawk/gawk_3.1.5.bb
meta/recipes-extended/grep/grep_2.5.1a.bb
meta/recipes-extended/groff/groff_1.18.1.4.bb
meta/recipes-extended/gzip/gzip.inc
meta/recipes-extended/gzip/gzip_1.3.12.bb
meta/recipes-extended/hdparm/hdparm_6.3.bb
meta/recipes-extended/iptables/iptables_1.4.9.bb
meta/recipes-extended/iputils/iputils_s20100418.bb
meta/recipes-extended/less/less_436.bb
meta/recipes-extended/libaio/libaio_0.3.107.bb
meta/recipes-extended/libidn/libidn_0.6.14.bb
meta/recipes-extended/libidn/libidn_1.19.bb
meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
meta/recipes-extended/libuser/libuser_0.56.18.bb
meta/recipes-extended/lsof/lsof_4.84.bb
meta/recipes-extended/man-pages/man-pages_3.25.bb
meta/recipes-extended/man/man_1.6e.bb
meta/recipes-extended/net-tools/net-tools_1.60-23.bb
meta/recipes-extended/pax/pax_3.4.bb
meta/recipes-extended/polkit/polkit_0.99.bb
meta/recipes-extended/procps/procps.inc
meta/recipes-extended/psmisc/psmisc.inc
meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
meta/recipes-extended/screen/screen_4.0.3.bb
meta/recipes-extended/sysklogd/sysklogd.inc
meta/recipes-extended/sysstat/sysstat.inc
meta/recipes-extended/tar/tar.inc
meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
meta/recipes-extended/time/time.inc
meta/recipes-extended/watchdog/watchdog_5.9.bb
meta/recipes-extended/which/which_2.18.bb

index e1df11e47c42e4dfaa640e80805d7adc83200b35..c010b3946b3942bd9d1816ad33d0a011f8e9b4a7 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "Delayed job execution and batch processing"
+SUMMARY = "Delayed job execution and batch processing"
+DESCRIPTION = "At allows for commands to be run at a particular time.  Batch will execute commands when \
+the system load levels drop to a particular level."
 SECTION = "base"
 LICENSE="GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
index 74169d668fa57f6261fbff47010c5a562beb4446..1e4ca9dc15a1b4c2165ed901a8deb95914d60da2 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "tune low-level block device parameters"
 DESCRIPTION = "blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices"
 HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool"
 LICENSE = "GPLv2+"
index c6a5e38f770142ae5ee4bc7589712184051946de..28217dc362be32e565f001bf6036c75ca26516c6 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "Berkeley Yacc"
+SUMMARY = "Berkeley LALR Yacc parser generator"
+DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and generates an LR(1) \
+parser for it.  The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \
+programming language."
 SECTION = "devel"
 LICENSE = "public domain"
 
index 5e558a29c4348965d5aa8acb6b6816d05c3482ef..f5b9ac12797e3515fcd729c4816cf3bea0414cc4 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "Very high-quality data compression program."
+SUMMARY = "Very high-quality data compression program."
+DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \
+Huffman coding. Compression is generally considerably better than that achieved by more conventional \
+LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors."
 HOMEPAGE = "http://www.bzip.org/"
 SECTION = "console/utils"
 LICENSE = "bzip2"
index b571986ef77ab0863bd036bf03b1729b824d91f4..3d024af84f3631795d49af9ebce057cd10fa5f2f 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "GNU cpio is a program to manage archives of files"
+SUMMARY = "GNU cpio is a program to manage archives of files"
+DESCRIPTION = "GNU cpio is a tool for creating and extracting archives, or copying files from one place to \
+another. It handles a number of cpio formats as well as reading and writing tar files."
 HOMEPAGE = "http://www.gnu.org/software/cpio/"
 SECTION = "base"
 
index ae7246625f046598a518c118301e41760e887c6a..6b4c64e3b1db813249939556c8d4bf7e959dc58f 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Cron daemon for executing programs at set times"
 DESCRIPTION = "Cronie contains the standard UNIX daemon crond that runs \
 specified programs at scheduled times and related tools. It is based on the \
 original cron and has security and configuration enhancements like the \
index f1fde8a5915c14fee6e92dd43d14644bb7982af6..bc588d79012462c5f6942e5fcb599517ecbd98a7 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "cwautomacros"
+DESCRIPTION = "cwautomacros: a collection of autoconf m4 macros"
 SECTION = "base"
 HOMEPAGE = "http://cwautomacros.berlios.de/"
 LICENSE = "GPLv2"
index 801b5ff64454fcf468ede11b4d697b4a2e795eaf..9489b35ad35ea13f6f86b4b3f30b191580739129 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Diffutils contains tools used for finding differences between files."
 DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
 sdiff, and cmp utilities. These programs are usually \
 used for creating patch files."
index a345084c94a35d5df5911f313537a19b466d532a..5824ce0846f43fe39642badd6b5472cdbdf7307a 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Display or change ethernet card settings"
 DESCRIPTION = "A small utility for examining and tuning the settings of your ethernet-based network interfaces."
 HOMEPAGE = "http://sourceforge.net/projects/gkernel/"
 SECTION = "console/network"
index 08ca2022eed17a89c4a9c826b0a988f2cc0eb753..673eada910fc4d7b9fd7d2d1f4ca6656f0e9cc96 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "find, locate, and xargs binaries."
+SUMMARY = "find, locate, and xargs binaries."
+DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
+These programs are typically used in conjunction with other programs to provide modular and powerful directory \
+search and file locating capabilities to other commands."
 HOMEPAGE = "http://www.gnu.org/software/findutils/"
 BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
 SECTION = "console/utils"
index 2804a3ba3a512645fbb86e57c6d9f01caf7e563a..3e187b5e4e18e6907798e25a72414cf46212e556 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "find, locate, and xargs binaries."
+SUMMARY = "find, locate, and xargs binaries."
+DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
+These programs are typically used in conjunction with other programs to provide modular and powerful directory \
+search and file locating capabilities to other commands."
 HOMEPAGE = "http://www.gnu.org/software/findutils/"
 BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
 SECTION = "console/utils"
index 14aa8e76b6b019bb50df3d3d8aa4856d3c81f532..b6394d2746d5b3fa13851f1d0bd6d9a19a8c0188 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Gamin the File Alteration Monitor"
 DESCRIPTION = "Gamin is a file and directory monitoring system defined to \
 be a subset of the FAM (File Alteration Monitor) system."
 HOMEPAGE = "http://people.gnome.org/~veillard/gamin/"
index 4bfa23d2e99fc7e948eeda1a61e67ed90327739b..eba410e40c0c14ddfb9610cdb290c46dbdd6e7e0 100644 (file)
@@ -1,5 +1,7 @@
-DESCRIPTION = "A program that you can use to select particular records in a \
-file and perform operations upon them."
+SUMMARY = "The GNU awk text processing utility"
+DESCRIPTION = "The gawk package contains the GNU version of awk, a text processing \
+utility. Awk interprets a special-purpose programming language to do \
+quick and easy text pattern matching and reformatting jobs."
 HOMEPAGE = "www.gnu.org/software/gawk"
 BUGTRACKER  = "bug-gawk@gnu.org"
 SECTION = "console/utils"
index d50d5a374efcaa06f230063dfee4044f60246b29..bb4f53fb0238de075c17699f9cc174ef124038fb 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "grep GNU utility"
+SUMMARY = "Pattern matching utilities"
+DESCRIPTION = "The GNU versions of commonly used grep utilities.  The grep command searches one or more input \
+files for lines containing a match to a specified pattern."
 SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
index 02b484ace2b8fe2f0507376619112ef3f88cc1c3..66a6632ae75a9f1f5c4d341ddd192d48ecb65779 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "groff-a short reference for the GNU roff language "
+SUMMARY = "GNU Troff software"
+DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \
+formatting commands and produces formatted output."
 SECTION = "console/utils"
 PRIORITY = "required"
 HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/"
index 28df4d4a5d679b6ebbe3a50ff2f7e30abe226946..a44944923c037e75852dd7977df375c8e4a08ec7 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part"
+SUMMARY = "Standard GNU compressor"
+DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \
+project. Mark Adler wrote the decompression part"
 HOMEPAGE = "http://www.gnu.org/software/gzip/"
 SECTION = "console/utils"
 # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12
index c111e2e24dddaa2ba7cc38bc974e11607506b38f..df41c1efd4ddbfb171c4c74416b23da7bfdf0e72 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "Standard GNU compressor"
+SUMMARY = "Standard GNU compressor"
+DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \
+project. Mark Adler wrote the decompression part"
 HOMEPAGE = "http://www.gnu.org/software/gzip"
 SECTION = "base"
 
index a652302e9c89310a8d6410bb4657d41f97e22f2a..617433d30308e29baae48b8226779389fb2bf79f 100644 (file)
@@ -1,4 +1,5 @@
-DESCRIPTION = "hdparm is a Linux shell utility for viewing \
+SUMMARY = "Utility for displaying and setting hard disk parameters"
+DESCRIPTION = "hdparm is a system utility for viewing \
 and manipulating various IDE drive and driver parameters."
 SECTION = "console/utils"
 PRIORITY = "optional"
index 55736fd46797966f57ec49dab3d96d972302b347..7c9fbea1c07f42893348fd20e1319e57c43d71fa 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "iptables is the userspace command line program used to configure the Linux 2.4.x and 2.6.x IPv4 packet filtering ruleset"
+SUMMARY = "Tools for managing kernel packaet filtering capabilities"
+DESCRIPTION = "iptables is the userspace command line program used to configure and control network packet \
+filtering code in Linux."
 HOMEPAGE = "http://www.netfilter.org/"
 BUGTRACKER = "http://bugzilla.netfilter.org/"
 LICENSE = "GPLv2+"
index f7458ac3768f15579566986bd5ee8406ff82f2b2..2b2d76a5152ed6f309cf37f92d910757a835ede7 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Network monitoring tools"
 DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \
 tracepath, tracepath6, ping, ping6 and arping."
 HOMEPAGE = "http://www.skbuff.net/iputils"
index 7364631fd535c799284582776d3069e19cbfc9e2..dcd73bda8452cefda92f49e094a30ec702fb9988 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Text file viewer similar to more"
 DESCRIPTION = "Less is a program similar to more, i.e. a terminal \
 based program for viewing text files and the output from other \
 programs. Less offers many features beyond those that more does."
index 4797b50e86a300f399b360ca4fab1146387f8c2a..16c7b6b0903f5e0d86052b9d244e50a77deeebfe 100644 (file)
@@ -1,4 +1,5 @@
-DESCRIPTION="Asynchronous input/output library that uses the kernels native interface"
+SUMMARY = "Asynchronous I/O library"
+DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface"
 HOMEPAGE = "http://lse.sourceforge.net/io/aio.html"
 
 LICENSE = "LGPLv2.1+"
index 17bb103d9eb75f5e1299627f04e4bc02fdb83486..c453b79eccac9444e2bc71914bb94448c644dab9 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Internationalized Domain Name support library"
 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
index 3edea65b0a5dd2dc3d07d83b2a2ca13e0042774a..65a8692ab21965c627d5c82e649e06558612061e 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Internationalized Domain Name support library"
 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
index c4ca0c00d03a9b8279941cebb66dcdba9205884d..6cb4f0efaf11801ad5534fc2bd680c28fb4735f9 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Transport-Independent RPC library"
 DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
 SECTION = "libs/network"
 PRIORITY = "optional"
index 55c82a7af97e926356ae42d9873b7b0aef8f7a2e..4a10d8059ccdcc5ac1962b00d5702b169dac84b2 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user and group accounts"
+SUMMARY = "user and group account administration library"
+DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user \
+and group accounts"
 HOMEPAGE = "https://fedorahosted.org/libuser/"
 BUGTRACKER = "https://fedorahosted.org/libuser/newticket"
 
index f9d3fe17772c7b612199f6ecdb08cdc55ea55f83..960d837475e16e46dfec2af3991f64d34e61f3ba 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "LiSt Open Files tool"
 DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
 Its name stands for LiSt Open Files, and it does just that."
 SECTION = "devel"
index 83e23edaa16901f9ad647eb84e5b022ce90dbb2b..b5b200c98a5ab7e760b6818721b3ee9151d10311 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Linux man-pages"
 DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
 SECTION = "console/utils"
 PRIORITY = "required"
index 905f6df342c0564a0a3e16f1ae180bdb0f460cd6..930cca90c499719422717508ee6bb308cd7ed0a3 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Online documentation tools"
 DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
 SECTION = "console/utils"
 HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
index 843b020cf5947cb9e3d52b07ba05ae2dedac996f..28ca16e07cf1878930b4c42eeaedd4fb31673295 100644 (file)
@@ -1,4 +1,5 @@
-SUMMARY="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system"
+SUMMARY="Basic networking tools"
+DESCRIPTION="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system"
 HOMEPAGE = "http://net-tools.berlios.de/"
 BUGTRACKER = "http://bugs.debian.org/net-tools"
 LICENSE = "GPLv2+"
index 6710216f97aebae1d14ddbd0b2bd65849536f23d..b0f358acd8b2a40ca65951b2cecf855926de903a 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Portable Archive eXchange"
 DESCRIPTION = "pax (Portable Archive eXchange) is the POSIX standard archive tool"
 HOMEPAGE = "http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/"
 BUGTRACKER = "http://www.openbsd.org/query-pr.html"
index 6551caea5c86c82ee8597784b27f577661b5ba59..f578ccad6b8b9897d02562bb72b9cc5a2fd11595 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "PolicyKit Authorization Framework"
 DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes."
 HOMEPAGE = "http://code.google.com/p/polkit/"
 LICENSE = "LGPLv2+"
index b8e20a89cbf2e4e16556519e024b4a59f97368e2..d44e3ec350e776dfdd0c38650d2b79cc73e83ea3 100644 (file)
@@ -1,7 +1,6 @@
-DESCRIPTION = "Procps is the package that has a bunch \
-of small useful utilities that give information \
-about processes using the /proc filesystem. The package \
-includes the programs ps, top, vmstat, w, kill, and skill."
+SUMMARY = "System and process monitoring utilities"
+DESCRIPTION = "Procps contains a set of system utilities that provide system information about processes using \
+the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill."
 HOMEPAGE = "http://procps.sf.net"
 SECTION = "base"
 PRIORITY = "optional"
index d489891d640508b1e13e5b1d6d819cbd9afbeeed..8b391f4438853461d82cadddd903ab2fe25cb1da 100644 (file)
@@ -1,5 +1,11 @@
 LICENSE = "GPL"
-DESCRIPTION = "procfs tools"
+SUMMARY = "Utilities for managing processes on your system"
+DESCRIPTION = "The psmisc package contains utilities for managing processes on your \
+system: pstree, killall and fuser.  The pstree command displays a tree \
+structure of all of the running processes on your system.  The killall \
+command sends a specified signal (SIGTERM if nothing is specified) to \
+processes identified by name.  The fuser command identifies the PIDs \
+of processes that are using specified files or filesystems."
 SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "ncurses virtual/libintl"
index 492ff835b1a53fb2ae6947fe3046b05b8b968c1b..d520ddf8823cd736eaa5eb4ec36e0a643269ce60 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Universal Addresses to RPC Program Number Mapper"
 DESCRIPTION = "The rpcbind utility is a server that converts RPC \
                program numbers into universal addresses."
 SECTION = "console/network"
index 31c4970ddc9330b35aea55d53368b760862e8249..dac28936bc15a2a13a90bf614e2469e17732ea9a 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Multiplexing terminal manager"
 DESCRIPTION = "Screen is a full-screen window manager \
 that multiplexes a physical terminal between several \
 processes, typically interactive shells."
index 11832b5a2000b73a47c555fe4387acbef4229c02..f2b1c15f2b1638d0b3bc6fa6c11faad42862ff70 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "System Log Daemons"
 DESCRIPTION = "The sysklogd package implements two system log daemons: syslogd, klogd"
 HOMEPAGE = "http://www.infodrom.org/projects/sysklogd/"
 SECTION = "base"
index 564bc7da078c65532df9aefc74bac7022d624d70..aeb33cfa57b662c12fd8cd8305abf4ccece53a89 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "System performance tools"
 DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
 HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
 LICENSE = "GPLv2+"
index cf72d4893be2f63da433e1d6fce06915d71ea1a7..5246efc5af4fb62d90d685de9e1aa70c1141f404 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "GNU file archiving program"
 DESCRIPTION = "GNU tar saves many files together into a single tape \
 or disk archive, and can restore individual files from the archive."
 HOMEPAGE = "http://www.gnu.org/software/tar/"
index ec937c70a6e250aa0cf82dd34c276d1c207136ea..daaa2f77e93472a2390a0c7650e05443f2b38e65 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Security tool that is a wrapper for TCP daemons"
 DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
              services."
 PRIORITY = "optional"
index 8d31b47a0c29ec6f7f7c7b7a19ef70e5c0a6dfb0..2d9dab8e8593e2163f68f7109459105f1583a35e 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Tool that measures CPU resources"
 DESCRIPTION = "time measures many of the CPU resources, such as time and \
 memory, that other programs use."
 HOMEPAGE = "http://www.gnu.org/software/time/"
index d625924ef49b61edfd6300768e80e5d14eab6a3b..96aa1f0552dc6da99966766941e58e8b41f700aa 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Software watchdog"
 DESCRIPTION = "Watchdog is a daemon that checks if your system is still \
 working. If programs in user space are not longer executed \
 it will reboot the system."
index 7eeb320a756f828d22314342ef315f48aeec401e..92010b24ff6d183206c1d29273adbb3d11ae5082 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Displays the full path of executables that bash would execute"
 DESCRIPTION = "Which is a utility that prints out the full path of the \
 executables that bash(1) would execute when the passed \
 program names would have been entered on the shell prompt. \