diff options
author | 2007-01-24 15:11:32 +0000 | |
---|---|---|
committer | 2007-01-24 15:11:32 +0000 | |
commit | 319df19bad6a40aaa9520e9b890d3c6d24956343 (patch) | |
tree | ab0cd28a1e349560a9879abc3f5160a9f670357c /app-admin/sxid/sxid-4.0.4.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.gz historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.bz2 historical-319df19bad6a40aaa9520e9b890d3c6d24956343.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/sxid/sxid-4.0.4.ebuild')
-rw-r--r-- | app-admin/sxid/sxid-4.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/sxid/sxid-4.0.4.ebuild b/app-admin/sxid/sxid-4.0.4.ebuild index 2c318345d88d..0aab57aebada 100644 --- a/app-admin/sxid/sxid-4.0.4.ebuild +++ b/app-admin/sxid/sxid-4.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.8 2005/01/01 11:29:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.9 2007/01/24 15:00:36 genone Exp $ DESCRIPTION="suid, sgid file and directory checking" SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz" @@ -35,5 +35,5 @@ src_install() { } pkg_postinst() { - einfo "You will need to configure sxid.conf for your system using the manpage and example" + elog "You will need to configure sxid.conf for your system using the manpage and example" } |