From 3f40d5699e8486fcde05a115c0f8ee4a7f0f9446 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Wed, 14 Jul 1999 05:05:31 +0000 Subject: Add /modules and /boot to the default config file. PR: 12622 Submitted by: Martti Kuparinen --- security/tripwire-131/files/tw.conf.freebsd2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'security/tripwire-131') diff --git a/security/tripwire-131/files/tw.conf.freebsd2 b/security/tripwire-131/files/tw.conf.freebsd2 index 08e843e28e8d..4e2a6b398236 100644 --- a/security/tripwire-131/files/tw.conf.freebsd2 +++ b/security/tripwire-131/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id: tw.conf.freebsd2,v 1.2 1998/07/28 17:15:37 obrien Exp $ +# $Id: tw.conf.freebsd2,v 1.3 1998/07/28 17:54:21 obrien Exp $ # # tripwire.config # Generic version for FreeBSD @@ -107,8 +107,12 @@ # /home =/home -# /lkm +# /lkm and /modules /lkm R-2 +/modules R-2 + +# /boot +/boot R-2 # /root /root R-2 -- cgit