diff options
author | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-03-15 01:05:06 +0000 |
---|---|---|
committer | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-03-15 01:05:06 +0000 |
commit | b17b6b3b4e0690b82026b074ee87eca34d9b4152 (patch) | |
tree | c15f392894246e716bba7aa9ac060ced0c288b13 /net-analyzer/nomad | |
parent | Mark stable on x86, make deps a little clearer (needed for future 2.0 SLOT is... (diff) | |
download | gentoo-2-b17b6b3b4e0690b82026b074ee87eca34d9b4152.tar.gz gentoo-2-b17b6b3b4e0690b82026b074ee87eca34d9b4152.tar.bz2 gentoo-2-b17b6b3b4e0690b82026b074ee87eca34d9b4152.zip |
Correct post install messages
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/nomad')
-rw-r--r-- | net-analyzer/nomad/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nomad/nomad-0.3.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/nomad/ChangeLog b/net-analyzer/nomad/ChangeLog index 3661f6e5d924..70c1d41f29bd 100644 --- a/net-analyzer/nomad/ChangeLog +++ b/net-analyzer/nomad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nomad # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nomad/ChangeLog,v 1.1 2005/03/11 17:04:02 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nomad/ChangeLog,v 1.2 2005/03/15 01:05:06 angusyoung Exp $ + + 14 Mar 2005; Otavio R. Piske <angusyoung@gentoo.org> nomad-0.3.2.ebuild: + Corrected post install messages *nomad-0.3.2 (11 Mar 2005) diff --git a/net-analyzer/nomad/nomad-0.3.2.ebuild b/net-analyzer/nomad/nomad-0.3.2.ebuild index c83c12193312..7f66c0ff5e40 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.2 2005/03/15 01:05:06 angusyoung Exp $ DESCRIPTION="Nomad is a network mapping program that uses SNMP to automatically discover a local network" HOMEPAGE="http://netmon.ncl.ac.uk/" @@ -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" } |