diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-29 01:15:37 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-29 01:15:37 +0800 |
commit | d188c32528c57cb90f65ef5d26e3334a41bef4d8 (patch) | |
tree | d64cfe0bd4ea11e459e18146560ab8fbd04a3ec9 | |
parent | a85ff0370be73719e95372266eb3a7fd1aa6bc80 (diff) | |
download | freebsd-ports-gnome-d188c32528c57cb90f65ef5d26e3334a41bef4d8.tar.gz freebsd-ports-gnome-d188c32528c57cb90f65ef5d26e3334a41bef4d8.tar.zst freebsd-ports-gnome-d188c32528c57cb90f65ef5d26e3334a41bef4d8.zip |
Root's home dir is "/root" not "/".
PR: ports/7197
Submitted by: Nathan Dorfman <nathan@rtfm.net>
-rw-r--r-- | security/tripwire-131/files/tw.conf.freebsd2 | 16 | ||||
-rw-r--r-- | security/tripwire/files/tw.conf.freebsd2 | 16 | ||||
-rw-r--r-- | security/tripwire12/files/tw.conf.freebsd2 | 16 |
3 files changed, 24 insertions, 24 deletions
diff --git a/security/tripwire-131/files/tw.conf.freebsd2 b/security/tripwire-131/files/tw.conf.freebsd2 index 3af8fa548d0f..bb1f18bbebe8 100644 --- a/security/tripwire-131/files/tw.conf.freebsd2 +++ b/security/tripwire-131/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id$ +# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ # # tripwire.config # Generic version for FreeBSD @@ -72,13 +72,13 @@ # First, root's "home" =/ L -/.rhosts R # may not exist -/.profile R # may not exist -/.cshrc R # may not exist -/.login R # may not exist -/.exrc R # may not exist -/.logout R # may not exist -/.forward R # may not exist +/root/.rhosts R # may not exist +/root/.profile R # may not exist +/root/.cshrc R # may not exist +/root/.login R # may not exist +/root/.exrc R # may not exist +/root/.logout R # may not exist +/root/.forward R # may not exist # Unix itself /kernel R diff --git a/security/tripwire/files/tw.conf.freebsd2 b/security/tripwire/files/tw.conf.freebsd2 index 3af8fa548d0f..bb1f18bbebe8 100644 --- a/security/tripwire/files/tw.conf.freebsd2 +++ b/security/tripwire/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id$ +# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ # # tripwire.config # Generic version for FreeBSD @@ -72,13 +72,13 @@ # First, root's "home" =/ L -/.rhosts R # may not exist -/.profile R # may not exist -/.cshrc R # may not exist -/.login R # may not exist -/.exrc R # may not exist -/.logout R # may not exist -/.forward R # may not exist +/root/.rhosts R # may not exist +/root/.profile R # may not exist +/root/.cshrc R # may not exist +/root/.login R # may not exist +/root/.exrc R # may not exist +/root/.logout R # may not exist +/root/.forward R # may not exist # Unix itself /kernel R diff --git a/security/tripwire12/files/tw.conf.freebsd2 b/security/tripwire12/files/tw.conf.freebsd2 index 3af8fa548d0f..bb1f18bbebe8 100644 --- a/security/tripwire12/files/tw.conf.freebsd2 +++ b/security/tripwire12/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id$ +# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ # # tripwire.config # Generic version for FreeBSD @@ -72,13 +72,13 @@ # First, root's "home" =/ L -/.rhosts R # may not exist -/.profile R # may not exist -/.cshrc R # may not exist -/.login R # may not exist -/.exrc R # may not exist -/.logout R # may not exist -/.forward R # may not exist +/root/.rhosts R # may not exist +/root/.profile R # may not exist +/root/.cshrc R # may not exist +/root/.login R # may not exist +/root/.exrc R # may not exist +/root/.logout R # may not exist +/root/.forward R # may not exist # Unix itself /kernel R |