summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Rodolfo Piske <angusyoung@gentoo.org>2005-03-15 01:05:06 +0000
committerOtavio Rodolfo Piske <angusyoung@gentoo.org>2005-03-15 01:05:06 +0000
commit57f6a5720e14884b12dcb23c94ebe0840434693d (patch)
treec309ff2c1ceea5f68cccb8b88471f5659458686c /net-analyzer/nomad
parentMark stable on x86, make deps a little clearer (needed for future 2.0 SLOT is... (diff)
downloadhistorical-57f6a5720e14884b12dcb23c94ebe0840434693d.tar.gz
historical-57f6a5720e14884b12dcb23c94ebe0840434693d.tar.bz2
historical-57f6a5720e14884b12dcb23c94ebe0840434693d.zip
Correct post install messages
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/nomad')
-rw-r--r--net-analyzer/nomad/ChangeLog5
-rw-r--r--net-analyzer/nomad/Manifest4
-rw-r--r--net-analyzer/nomad/nomad-0.3.2.ebuild6
3 files changed, 9 insertions, 6 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/Manifest b/net-analyzer/nomad/Manifest
index e74380ecf8f7..be49fab09508 100644
--- a/net-analyzer/nomad/Manifest
+++ b/net-analyzer/nomad/Manifest
@@ -1,4 +1,4 @@
-MD5 3e932981284e164199656272cdd8093c nomad-0.3.2.ebuild 1195
-MD5 a5689a68ba51c2a73f1a20cd5c2b1884 ChangeLog 421
+MD5 ce24be081ae8c9aa532a65df7fb4726f nomad-0.3.2.ebuild 1197
+MD5 600f85adb88e41b8caf7b758423b1399 ChangeLog 531
MD5 ac3074aa551da20b321f380c591f0847 metadata.xml 256
MD5 6cf900aa2cd63d74d519415bf71561a3 files/digest-nomad-0.3.2 63
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"
}