diff options
Diffstat (limited to 'dev-util/crash/metadata.xml')
-rw-r--r-- | dev-util/crash/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/crash/metadata.xml b/dev-util/crash/metadata.xml new file mode 100644 index 000000000000..c172a8fd9074 --- /dev/null +++ b/dev-util/crash/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>cardoe@gentoo.org</email> + <name>Doug Goldstein</name> + </maintainer> + <longdescription lang="en"> + The Red Hat crash analysis utility is loosely based on the SVR4 UNIX + crash command, but has been significantly enhanced by completely merging + it with the GNU gdb debugger. The marriage of the two effectively + combines the kernel-specific nature of the traditional UNIX crash + utility with the source code level debugging capabilities of gdb. + </longdescription> +</pkgmetadata> + |