summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-26 10:20:24 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-26 10:20:24 +0000
commit680ce7242f9be2fc418d9f342d96f0346d18f88e (patch)
treead7b8801594678ee570cb3f334ee3bb1fd249581 /security
parentUse the `pre-configure:' target rather than `post-patch:' target. This (diff)
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)
Notes
Notes: svn path=/head/; revision=31996
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