summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-10-18 11:25:36 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-10-18 11:25:36 +0000
commitfa8ab7bdb71edbae5c371f27cb7d18d972f60949 (patch)
tree5f400e9683396cd215a8b22d3c7fb0d22a2e5870
parent119dd04a494632996d3fd53ac70a6b8a2c26a2e8 (diff)
Notes
-rw-r--r--release/sysinstall/help/relnotes.hlp18
1 files changed, 18 insertions, 0 deletions
diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp
index d7b4d42f66d5..ebc82ee9179f 100644
--- a/release/sysinstall/help/relnotes.hlp
+++ b/release/sysinstall/help/relnotes.hlp
@@ -68,6 +68,24 @@ The TCP connection timeout in lpd & friends can now be specified by a
printcap(5) capability, preventing it from hanging for too long when
working in an environment with many network printservers.
+User-mode ppp updated with various fixes and enhancements from 3.0-current.
+It's worth re-reading the manual page. The following things may disturb
+peoples current configuration:
+
+ o The "set debug" command is now "set log".
+ o The LCP log has been split into an LCP, IPCP and CCP log, so any
+ "set log LCP" lines will need to be changed to "set log LCP IPCP CCP"
+ to see the same output as before.
+ o Ppp now uses syslogd to write its log files.
+ o Ppp now has LQR disabled and openmode active by default.
+ o Ppp now installs as group "network", with mode 4550. You must add group
+ 69 (network) to /etc/group. If you wish to allow users to run "ppp
+ -direct ...", you must enable them by making them a member of group
+ "network". Client-side ppp now requires user id 0.
+
+Refer to the ppp(8) man page and the relevent section of the handbook for
+full details.
+
2. Supported Configurations
---------------------------