This commit is contained in:
Mario Fetka
2014-08-16 21:23:25 +02:00
parent 4bd78734ca
commit 588ccf92a7
32 changed files with 190 additions and 751 deletions

View File

@@ -1,6 +0,0 @@
NOVELL_NAUDIT_DIR=/opt/novell/naudit
PATH=/opt/novell/naudit/bin
ROOTPATH=/opt/novell/naudit/bin:/opt/novell/naudit/sbin
MANPATH=/opt/novell/man
LDPATH=/opt/novell/naudit/lib
PRELINK_PATH_MASK=/opt/novell/naudit/lib:/opt/novell/naudit/bin:/opt/novell/naudit/sbin

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Gentoo Env Files"
DESCRIPTION="NetIQ Adit Platform Gentoo Env Files"
HOMEPAGE="http://n4g.mars.arge.at"
LICENSE="GPL-2"
SLOT="0"
@@ -10,12 +10,6 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
if use x86
then
doenvd "${FILESDIR}"/80novell-naudit
elif use amd64
then
doenvd "${FILESDIR}"/80novell64-naudit
fi
doenvd "${FILESDIR}"/80netiq64-naudit
}