diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 18:20:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 18:20:47 +0000 |
commit | b5af950bc1c8f63b31519db54e4a3e4557d7de05 (patch) | |
tree | 55f91215daed0129972afdc48f595afa872c5a90 /sys-boot/lilo/lilo-22.5.9-r2.ebuild | |
parent | Security rev bump per Bug #62487. x86 stable marked for security bug. (Manif... (diff) | |
download | gentoo-2-b5af950bc1c8f63b31519db54e4a3e4557d7de05.tar.gz gentoo-2-b5af950bc1c8f63b31519db54e4a3e4557d7de05.tar.bz2 gentoo-2-b5af950bc1c8f63b31519db54e4a3e4557d7de05.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'sys-boot/lilo/lilo-22.5.9-r2.ebuild')
-rw-r--r-- | sys-boot/lilo/lilo-22.5.9-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-boot/lilo/lilo-22.5.9-r2.ebuild b/sys-boot/lilo/lilo-22.5.9-r2.ebuild index 91ca24ed2648..cc75ef53d7ed 100644 --- a/sys-boot/lilo/lilo-22.5.9-r2.ebuild +++ b/sys-boot/lilo/lilo-22.5.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.9-r2.ebuild,v 1.3 2004/08/26 21:35:54 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.9-r2.ebuild,v 1.4 2004/09/06 18:17:59 ciaranm Exp $ inherit eutils flag-o-matic @@ -179,9 +179,8 @@ pkg_postinst() { ewarn "Running /sbin/dolilo failed! Please check what the problem is" ewarn "before your next reboot." - echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 - sleep 5 + ebeep 5 + epause 5 fi fi echo @@ -193,7 +192,7 @@ pkg_postinst() { einfo "Issue 'dolilo' instead of 'lilo' to have a friendly wrapper that" einfo "handles mounting and unmounting /boot for you. It can do more then" einfo "that when asked, edit /etc/conf.d/dolilo to harness it's full potential." - echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 - sleep 3 + ebeep 5 + epause 3 echo } |