diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
commit | 9d2dcc23078500fa444a6c3c9adb251bad110bf6 (patch) | |
tree | 8d0e5dbd765af734e4ed9a16e2d249fd483ee39f /sys-apps/sparc-utils | |
parent | rev bump (diff) | |
download | gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.gz gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.bz2 gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.zip |
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----"
- checking for user accounts with weird awk stuff instead of using id
- empty lines at beginning or end of functions
- whole "novels" of instructions in pkg_postinst()
Diffstat (limited to 'sys-apps/sparc-utils')
-rw-r--r-- | sys-apps/sparc-utils/sparc-utils-1.9.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9.ebuild index 88e29342c7d1..3ed17e54e105 100644 --- a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild +++ b/sys-apps/sparc-utils/sparc-utils-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/sparc-utils-1.9.ebuild,v 1.8 2002/10/19 03:21:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/sparc-utils-1.9.ebuild,v 1.9 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P}.orig DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" @@ -47,10 +47,8 @@ src_install() { install -m 755 debian/audioctl.def ${D}/etc/default/audioctl # Todo: Somehow set this automatically - echo "==============================================================" - echo "WARNING - You should make sure /dev/openprom exists. If you're" - echo "not using devfs and /dev/openprom does not exist, then issue the" - echo "command:" - echo "cd /dev; mknod openprom c 10 139" - echo "==============================================================" + ewarn "Make sure /dev/openprom exists. If you're not using devfs and" + ewarn "/dev/openprom does not exist, run" + ewarn "" + ewarn "\tcd /dev ; mknod openprom c 10 139" } |