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 | 064a45e426e92ade151c2a2c4883b0ff604bc039 (patch) | |
tree | 2e424a4c21222e0466b4c5005a7fcad120168a66 /sys-apps/sparc-utils | |
parent | rev bump (diff) | |
download | historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.gz historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.bz2 historical-064a45e426e92ade151c2a2c4883b0ff604bc039.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" } |