diff options
author | imp <imp@FreeBSD.org> | 2000-08-13 02:19:13 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-13 02:19:13 +0000 |
commit | 8c08c8f2561bed1192e70cf4fc45e37370e1905a (patch) | |
tree | c55410529136cbb557c1a47c248860c96708a66f /UPDATING | |
parent | c8d462a744a7ed72fbba598522dae6cef31c7c9d (diff) | |
download | FreeBSD-src-8c08c8f2561bed1192e70cf4fc45e37370e1905a.zip FreeBSD-src-8c08c8f2561bed1192e70cf4fc45e37370e1905a.tar.gz |
New suidperl instructions.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ done items, please see the end of the file. Search for 'COMMON ITEMS:' 20000812: + suidperl is now always built and installed on the system, but + with permissions of 511. If you have applications that use + this program, you are now required to add ENABLE_SUIDPERL=true + to /etc/make.conf. If you forget to do this, + chmod 4511 /usr/bin/suidperl + will fix this until the next build. + +20000812: sendmail has been updated from 8.9.3 to 8.11.0. Some of the more visible changes that may immediately affect your configuration include: |