diff options
author | 2005-10-17 16:14:57 +0000 | |
---|---|---|
committer | 2005-10-17 16:14:57 +0000 | |
commit | 1c15fb7c36add4d0c5172112d5675e9f8561a1a5 (patch) | |
tree | 26b23c5331b2316b0fe76de305a63b5ece698ae1 /net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-1c15fb7c36add4d0c5172112d5675e9f8561a1a5.tar.gz historical-1c15fb7c36add4d0c5172112d5675e9f8561a1a5.tar.bz2 historical-1c15fb7c36add4d0c5172112d5675e9f8561a1a5.zip |
Recommend emerge --config instead ebuild ... config (#109482)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild')
-rw-r--r-- | net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild b/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild index e4fb0acc70c2..fd36cff2a115 100644 --- a/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild +++ b/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild,v 1.1 2005/06/02 20:12:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.20.7-r5.ebuild,v 1.2 2005/10/17 16:14:57 mrness Exp $ inherit linux-mod eutils @@ -125,7 +125,7 @@ pkg_postinst() { einfo einfo "If you want to setup your DSL card driver and create a peer file, please run:" einfo " etc-update" - einfo " ebuild /var/db/pkg/net-dialup/${PF}/${PF}.ebuild config" + einfo " emerge --config '=${CATEGORY}/${PF}'" einfo " /etc/init.d/capi start" einfo " drdsl" ewarn |