[cc'd to -current where changes are made] On Mon, 20 Jan 2003, David Schultz wrote:
> If you want to run binaries (e.g. ports) compiled for FreeBSD 4.X, > you need the option. If you don't, then you can remove it. > However, if you remove it, your old world may not work with the > new kernel. Therefore, at least for the initial 4.X->5.0 upgrade, > you should leave COMPAT_FREEBSD4 in the kernel config until you > have installed a new world. The option is *compulsary*!!!?!! (well, sort of...) sys/kern/kern_sig.c says: #if !defined(COMPAT_FREEBSD4) && !defined(NO_COMPAT_FREEBSD4) #error "You *really* want COMPAT_FREEBSD4 on -current for a while" #endif A buildworld will bomb if you don't have one of those options set. There is no mention of NO_COMPAT_FREEBSD4 anywhere. -- :{ [EMAIL PROTECTED] Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message