diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-07 16:54:56 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-07 16:54:56 +0000 |
commit | 16d469768c8b0464e7ee584521cff3210bb500e2 (patch) | |
tree | 8149c9fa857a698617b15b6fbb36377eedac2cef /eclass/pax-utils.eclass | |
parent | Initial import, bug 230473. (diff) | |
download | gentoo-2-16d469768c8b0464e7ee584521cff3210bb500e2.tar.gz gentoo-2-16d469768c8b0464e7ee584521cff3210bb500e2.tar.bz2 gentoo-2-16d469768c8b0464e7ee584521cff3210bb500e2.zip |
Undo last accidental commit.
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r-- | eclass/pax-utils.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index bdbe24f6bbd4..7322e9035659 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.8 2008/07/07 16:48:45 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.9 2008/07/07 16:54:56 betelgeuse Exp $ # Author: # Kevin F. Quinn <kevquinn@gentoo.org> @@ -133,8 +133,6 @@ pax-mark() { _pax_list_files elog "$@" scanelf -Xxz ${flags} "$@" elif [[ ${PAX_MARKINGS} != "none" ]]; then - elog "No tool to mark executables found. If you want them marked for" - elog "PaX kernels please install sys-apps/paxctl." # Out of options! failures="$*" fail=1 |