Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 1999 10:15:19 +0300 (EEST)
From:      martti.kuparinen@ericsson.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12622: [PATCH] ports/security/tripwire does not check for /modules
Message-ID:  <199907130715.KAA21297@ws125.research.zopps.fi>

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

>Number:         12622
>Category:       ports
>Synopsis:       ports/security/tripwire does not check for /modules
>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:   Tue Jul 13 00:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Oy L M Ericsson Ab
>Environment:

	

>Description:

The tripwire port does not check for /modules (as it didn't exist in
FreeBSD 2.x).

>How-To-Repeat:

>Fix:
	
Apply the following patch (or maybe create a new file
called tw.conf.freebsd3 and fix the Makefile ???)


*** ports/security/tripwire/files/tw.conf.freebsd2.orig	Tue Jul 13 10:08:44 1999
--- ports/security/tripwire/files/tw.conf.freebsd2	Tue Jul 13 10:09:29 1999
***************
*** 107,114 ****
  # /home
  =/home
  
! # /lkm
  /lkm			R-2
  
  # /root
  /root			R-2
--- 107,115 ----
  # /home
  =/home
  
! # /lkm and /modules
  /lkm			R-2
+ /modules		R-2
  
  # /root
  /root			R-2

>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?199907130715.KAA21297>