summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2004-01-02 19:08:51 +0000
committerJason Wever <weeve@gentoo.org>2004-01-02 19:08:51 +0000
commit1acbd87144f77c599bf64cf4350178ab13e1fa09 (patch)
treeadb4daecc5cf03ec4ad107a6ca9f4e913e4209c8 /sys-boot/silo/silo-1.3.2.ebuild
parentMoved from app-misc/gtkdiff to x11-misc/gtkdiff (diff)
downloadhistorical-1acbd87144f77c599bf64cf4350178ab13e1fa09.tar.gz
historical-1acbd87144f77c599bf64cf4350178ab13e1fa09.tar.bz2
historical-1acbd87144f77c599bf64cf4350178ab13e1fa09.zip
Added ewarn statements to reflect that silo needs to be re-run when upgraded. Also removed silo-1.3.0 packages.
Diffstat (limited to 'sys-boot/silo/silo-1.3.2.ebuild')
-rw-r--r--sys-boot/silo/silo-1.3.2.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys-boot/silo/silo-1.3.2.ebuild b/sys-boot/silo/silo-1.3.2.ebuild
index dd7bea372bef..429866fde5ae 100644
--- a/sys-boot/silo/silo-1.3.2.ebuild
+++ b/sys-boot/silo/silo-1.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.3.2.ebuild,v 1.1 2003/12/09 08:13:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.3.2.ebuild,v 1.2 2004/01/02 19:08:43 weeve Exp $
S=${WORKDIR}/${P}
DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
@@ -24,3 +24,10 @@ src_install() {
make DESTDIR=${D} install || die
dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README*
}
+
+pkg_postinst() {
+ ewarn "NOTE: If this is an upgrade to an existing SILO install,"
+ ewarn " you will need to re-run silo as the /boot/second.b"
+ ewarn " file has changed, else the system will fail to load"
+ ewarn " SILO at the next boot."
+}