aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-08-26 18:20:24 +0800
committerwill <will@FreeBSD.org>2000-08-26 18:20:24 +0800
commit56fc2f92adba5d60337ba3d9008448bf960e77ae (patch)
tree4a6833589182091836b3f8633311e739dcc23584 /security
parentbad7657eec967aa2533e81681eaadd11969125c5 (diff)
downloadfreebsd-ports-gnome-56fc2f92adba5d60337ba3d9008448bf960e77ae.tar.gz
freebsd-ports-gnome-56fc2f92adba5d60337ba3d9008448bf960e77ae.tar.zst
freebsd-ports-gnome-56fc2f92adba5d60337ba3d9008448bf960e77ae.zip
Mention that the stealth code in portsentry only works on Linux, and
install a file stating this. PR: 20859 Submitted by: MAINTAINER Suggested by: Brent Kearney <brent@kearneys.ca> (by way of MAINTAINER)
Diffstat (limited to 'security')
-rw-r--r--security/portsentry/Makefile2
-rw-r--r--security/portsentry/pkg-message6
-rw-r--r--security/portsentry/pkg-plist1
3 files changed, 8 insertions, 1 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile
index a716922024a2..58d00ef5ad91 100644
--- a/security/portsentry/Makefile
+++ b/security/portsentry/Makefile
@@ -27,7 +27,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/portsentry ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/portsentry
- ${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods \
+ ${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods ${WRKSRC}/README.stealth \
${PREFIX}/share/doc/portsentry
.endif
@${CAT} ${PKGDIR}/MESSAGE
diff --git a/security/portsentry/pkg-message b/security/portsentry/pkg-message
index a9fcab64b173..f1536dde253b 100644
--- a/security/portsentry/pkg-message
+++ b/security/portsentry/pkg-message
@@ -3,4 +3,10 @@
Edit /usr/local/etc/portsentry.conf and change"
your settings if you haven't already. (route, etc)"
+ ***************************************************
+ * IGNORE stealth mode. It is for Linux only. *
+ * The author hopes to have a platform independent *
+ * version at some time. So don't even bother *
+ * trying it now. *
+ ***************************************************
diff --git a/security/portsentry/pkg-plist b/security/portsentry/pkg-plist
index 5e426a14e4e5..bdea2fd1c390 100644
--- a/security/portsentry/pkg-plist
+++ b/security/portsentry/pkg-plist
@@ -4,4 +4,5 @@ etc/portsentry.conf.default
etc/portsentry.ignore
share/doc/portsentry/README.install
share/doc/portsentry/README.methods
+share/doc/portsentry/README.stealth
@dirrm share/doc/portsentry