diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-03-27 20:12:21 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-03-27 20:12:21 +0000 |
commit | 2df050bde86404faf2f6304fa809d64a5b8f8262 (patch) | |
tree | 1f4b3af8c93831ded1cacd24ce2b47c855508dcb /net-analyzer/net-snmp/net-snmp-5.4.ebuild | |
parent | gnome 2.18.0 (diff) | |
download | gentoo-2-2df050bde86404faf2f6304fa809d64a5b8f8262.tar.gz gentoo-2-2df050bde86404faf2f6304fa809d64a5b8f8262.tar.bz2 gentoo-2-2df050bde86404faf2f6304fa809d64a5b8f8262.zip |
Fix ROOT usage
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.4.ebuild')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.4.ebuild b/net-analyzer/net-snmp/net-snmp-5.4.ebuild index c565b2696fdc..2ae1d6d4fd55 100644 --- a/net-analyzer/net-snmp/net-snmp-5.4.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.ebuild,v 1.8 2007/02/11 10:42:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.ebuild,v 1.9 2007/03/27 20:12:21 jokey Exp $ inherit fixheadtails flag-o-matic perl-module @@ -86,8 +86,8 @@ src_compile() { --with-sys-contact="root@Unknown" \ --with-default-snmp-version="3" \ --with-mib-modules="${mibs}" \ - --with-logfile="${ROOT}/var/log/net-snmpd.log" \ - --with-persistent-directory="${ROOT}/var/lib/net-snmp" \ + --with-logfile="/var/log/net-snmpd.log" \ + --with-persistent-directory="/var/lib/net-snmp" \ --enable-ucd-snmp-compatibility \ --enable-shared \ --enable-as-needed \ |