Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2000 22:05:18 +1200 (NZST)
From:      dan@freebsddiary.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20859: inform users that STEALTH mode is for LINUX only.  Install README.stealth
Message-ID:  <200008261005.WAA86833@set.freshports.org>

next in thread | raw e-mail | index | archive | help

>Number:         20859
>Category:       ports
>Synopsis:       inform users that STEALTH mode is for LINUX only.  Install README.stealth
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 26 03:10:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:

	FreeBSD set.freshports.org 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 20:15:07 NZST 2000     root@set.freshports.org:/usr/src/sys/compile/BUFFIPSEC  i386

>Description:

	stealth mode is dependant upon Linux code.  Tell the user this.
	previous send-pr didn't show up.  sorry if this is duplicated.

>How-To-Repeat:

>Fix:

diff -ru portsentry.original/Makefile portsentry/Makefile
--- portsentry.original/Makefile	Sat Aug 26 11:08:24 2000
+++ portsentry/Makefile	Sat Aug 26 12:06:57 2000
@@ -27,7 +27,7 @@
 	${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 -ru portsentry.original/pkg/MESSAGE portsentry/pkg/MESSAGE
--- portsentry.original/pkg/MESSAGE	Sat Aug 26 11:08:23 2000
+++ portsentry/pkg/MESSAGE	Sat Aug 26 12:07:39 2000
@@ -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 -ru portsentry.original/pkg/PLIST portsentry/pkg/PLIST
--- portsentry.original/pkg/PLIST	Sat Aug 26 11:08:23 2000
+++ portsentry/pkg/PLIST	Sat Aug 26 12:07:20 2000
@@ -4,4 +4,5 @@
 etc/portsentry.ignore
 share/doc/portsentry/README.install
 share/doc/portsentry/README.methods
+share/doc/portsentry/README.stealth
 @dirrm share/doc/portsentry

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008261005.WAA86833>