From 30179a557f30cd3b08af1164dde0d0c7410336db Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 4 Dec 2002 21:30:58 +0000 Subject: [PATCH] In FreeBSD 5, we don't set schg on kernels, so that's not likely to be the cause of foot-shooting. --- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index a0c897a611..ed8b2e6476 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -1445,6 +1445,10 @@ pseudo-device bpf # Berkeley packet filter &prompt.root; chflags schg /kernel + + In FreeBSD 5.0, kernels are not installed with the + system immutable flag, so this is unlikely to be the source + of the problem you're experiencing.