summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nomad/nomad-0.3.2.ebuild')
-rw-r--r--net-analyzer/nomad/nomad-0.3.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/nomad/nomad-0.3.2.ebuild b/net-analyzer/nomad/nomad-0.3.2.ebuild
index c83c12193312..511f7a928dd1 100644
--- a/net-analyzer/nomad/nomad-0.3.2.ebuild
+++ b/net-analyzer/nomad/nomad-0.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nomad/nomad-0.3.2.ebuild,v 1.1 2005/03/11 17:04:02 angusyoung Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nomad/nomad-0.3.2.ebuild,v 1.1.1.1 2005/11/30 10:12:06 chriswhite Exp $
DESCRIPTION="Nomad is a network mapping program that uses SNMP to automatically discover a local network"
HOMEPAGE="http://netmon.ncl.ac.uk/"
@@ -16,8 +16,8 @@ DEPEND="=gnome-base/gconf-1*
=x11-libs/gtk+-1.2*
>=dev-libs/libxml-1.8.14
=gnome-base/libglade-0*
- >=gnome-base/gnome-libs-1*
- >=net-analyzer/net-snmp-5*
+ >=gnome-base/gnome-libs-1
+ >=net-analyzer/net-snmp-5
net-analyzer/fping"
src_compile() {
@@ -35,7 +35,7 @@ pkg_postinst() {
nomad-config-tool > /dev/null
einfo "In order to run this software as a non-root user you'll"
einfo "have to:"
- einfo "1) have fping in your $PATH"
+ einfo "1) have fping in your \$PATH"
einfo "2) configure fping as a suid executable by doing the"
- einfo "following command: chmod +x /usr/sbin/fping"
+ einfo "following command: chmod u+s /usr/sbin/fping"
}