public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexander Gabert (pappy)" <pappy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in profiles/gxs/linux/x86/2008.0/server: parent profile.bashrc
Date: Sat, 17 May 2008 11:42:55 +0000	[thread overview]
Message-ID: <E1JxKoR-000895-V4@stork.gentoo.org> (raw)

pappy       08/05/17 11:42:55

  Added:                parent profile.bashrc
  Log:
  adding gentoo extreme-security profile for server systems

Revision  Changes    Path
1.1                  profiles/gxs/linux/x86/2008.0/server/parent

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/2008.0/server/parent?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/2008.0/server/parent?rev=1.1&content-type=text/plain

Index: parent
===================================================================
..
../../../../../targets/server



1.1                  profiles/gxs/linux/x86/2008.0/server/profile.bashrc

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/2008.0/server/profile.bashrc?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/2008.0/server/profile.bashrc?rev=1.1&content-type=text/plain

Index: profile.bashrc
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/gxs/linux/x86/2008.0/server/profile.bashrc,v 1.1 2008/05/17 11:42:55 pappy Exp $

if [[ "${EBUILD_PHASE}" == "setup" ]]
then
  echo
  einfo "**************************************"
  einfo "Gentoo Linux Extreme Security Solution"
  einfo "**************************************"
  echo
  einfo "This profile is in experimental state."
  einfo "It uses a special glibc with nptlonly,"
  einfo "does not support NLS and only supports"
  einfo "the CHOST i486-pc-linux-gnu currently."
  echo

  if [[ "x${CHOST}y" != "xi486-pc-linux-gnuy" ]]
  then
    eerror "your CHOST does not match for this profile:"
    eerror "your CHOST:${CHOST}"
    eerror "only CHOST=i486-pc-linux-gnu is supported at the moment"
    echo
    exit 1
  fi

  if [[ "x${I_KNOW_WHAT_I_AM_DOING_IS_EXPERIMENTAL_AND_UNTESTED}y" != "xgxslinuxy" ]]
  then
    eerror "you did not enable the magic environment var to use this profile"
    eerror "visit -freenode/#gxs-linux or -freenode/#gentoo-extreme-security"
    eerror "for support and to learn how to enable this linux server profile"
    echo
    exit 1
  fi
fi




-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-17 11:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-17 11:42 Alexander Gabert (pappy) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-17 19:35 [gentoo-commits] gentoo-x86 commit in profiles/gxs/linux/x86/2008.0/server: parent profile.bashrc Mark Loeser (halcy0n)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JxKoR-000895-V4@stork.gentoo.org \
    --to=pappy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox