summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-10 23:16:32 +0000
committerimp <imp@FreeBSD.org>2000-08-10 23:16:32 +0000
commit0e16ee5039b7e56af67343934e645b5916f4d13e (patch)
tree0b79581e10587f402263fbd584c1c225f792ae1b /UPDATING
parent3c201be09683840718b087b0772fdd8b5e279e62 (diff)
downloadFreeBSD-src-0e16ee5039b7e56af67343934e645b5916f4d13e.zip
FreeBSD-src-0e16ee5039b7e56af67343934e645b5916f4d13e.tar.gz
Add stuff:
o BUILD_SUIDPERL replaces NOSUIDPERL o New /etc/rc.conf settings for secure networking may require changes to those upgrading. o nullfs in loader.conf.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9da8104..0c09f50 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,27 @@ directly to him. See end of file for further details. For commonly
done items, please see the end of the file. Search for 'COMMON
ITEMS:'
+20000810:
+ suidperl (aka sperl) is no longer build by default. You must
+ specifically define BUILD_SUIDPERL to "true" for it to be build.
+ Furthermore, we recommend that you remove /usr/bin/sperl* and
+ /usr/bin/suidperl files from your system unless you have a
+ specific use for it.
+
+20000729:
+ Networking defaults have been tightened. Anybody upgrading
+ /etc/defaults/rc.conf needs to add the following lines to
+ /etc/rc.conf if they want to have the same setup
+ afterwards (unless the variables already are set, of course):
+ # Enable network daemons for user convenience.
+ inetd_enable="YES"
+ portmap_enable="YES"
+ sendmail_enable="YES"
+
+20000728:
+ If you have null_load="YES" in your /boot/loader.conf, you
+ will need to change that to nullfs_load="YES".
+
20000728:
The "installkernel" target has changed slightly. Now even if
you override KERNEL e.g. 'make installkernel KERNEL=MYKERNEL'
OpenPOWER on IntegriCloud