diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:53:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:53:17 +0000 |
commit | a2bd43d2d1320a97dd9c1e4e996ec00548d203e2 (patch) | |
tree | 0d97d844510cd9b785f88fe44eccaf56fdbd5056 /net-analyzer/ucd-snmp | |
parent | dev-* /" fix (diff) | |
download | gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.tar.gz gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.tar.bz2 gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.zip |
net-* /" fixes
Diffstat (limited to 'net-analyzer/ucd-snmp')
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild index 69ac5982f02c..fccc811f4009 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.4 2001/06/09 14:11:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.5 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -30,7 +30,7 @@ src_compile() { fi try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \ $myconf --with-zlib --enable-shared --enable-ipv6 \ - --with-sys-contact=\"root\@Unknown\" \ + --with-sys-contact="root@Unknown" \ --with-sys-location="Unknown" \ --with-logfile=/var/log/snmpd.log \ --with-persistent-directory=/var/lib/ucd-snmp |