#!/bin/sh # generate gentoo bug-report # Nico Schottelius "$TMP" -------------------- package: $package -------------------- reporter: $REPORTER -------------------- error: $error -------------------- problem-description: $problem -------------------- uname-a: `uname -a` -------------------- make.conf: `grep -v '^#' /etc/make.conf | grep -v '^$'` -------------------- emerge-info: `emerge --info` -------------------- other-info: EOF echo "If you have additional information, please add them to the report." echo "Now, please mail the resulting file to a gentoo-maintainer/developer:" echo "$TMP"