diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-26 10:20:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-26 10:20:24 +0000 |
commit | 680ce7242f9be2fc418d9f342d96f0346d18f88e (patch) | |
tree | ad7b8801594678ee570cb3f334ee3bb1fd249581 /security/portsentry | |
parent | 743c53830b9fd452a7428ea0db4cb0f0810a41a9 (diff) |
Notes
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 2 | ||||
-rw-r--r-- | security/portsentry/pkg-message | 6 | ||||
-rw-r--r-- | security/portsentry/pkg-plist | 1 |
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 |