diff options
author | 2004-12-24 10:30:42 +0000 | |
---|---|---|
committer | 2004-12-24 10:30:42 +0000 | |
commit | 132f40cc744bdd4c2bca8ca6dca5c06965821b59 (patch) | |
tree | f1cd74e9b737286f1fe48ef550ba77b900bc73e6 /app-emulation/win4lin | |
parent | Version bump #75283 by Michele Noberasco. (diff) | |
download | historical-132f40cc744bdd4c2bca8ca6dca5c06965821b59.tar.gz historical-132f40cc744bdd4c2bca8ca6dca5c06965821b59.tar.bz2 historical-132f40cc744bdd4c2bca8ca6dca5c06965821b59.zip |
fixed #70848
Diffstat (limited to 'app-emulation/win4lin')
-rw-r--r-- | app-emulation/win4lin/win4lin-5.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/win4lin/win4lin-5.1.1.ebuild b/app-emulation/win4lin/win4lin-5.1.1.ebuild index 3c11c7ec1d26..977908dcee61 100644 --- a/app-emulation/win4lin/win4lin-5.1.1.ebuild +++ b/app-emulation/win4lin/win4lin-5.1.1.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/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.2 2004/09/05 23:54:49 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.3 2004/12/24 10:30:42 bass Exp $ inherit eutils @@ -64,10 +64,10 @@ pkg_postinst() { einfo "ebuild /var/db/pkg/app-emulation/${PF}/${PF}.ebuild config" einfo "to install the windows setup files. You will need your Windows cdrom in the " einfo "drive in order to complete this step." - einfo "============" + einfo einfo "If this is an upgrade 4.x to 5.x the trial license code isn't valid," einfo "you need register it in NeTraverse, or unemerge ALL Win4Lin files." - einfo "============" + einfo ewarn "Remeber: rc-update add Win4Lin default" ewarn "you need to start de Win4Lin service." } |