From a52364d52230a48b432bb476c1b146eaee745c4d Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 29 Oct 2005 05:27:32 +0000 Subject: [PATCH] Record renaming rc.d/ppp-user to rc.d/ppp. --- ObsoleteFiles.inc | 2 ++ UPDATING | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index bd133ccfa6f..a03f9d49a11 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20051029: rc.d/ppp-user renamed to rc.d/ppp for convenience +OLD_FILES+=etc/rc.d/ppp-user # 20051012: setkey(8) moved to /sbin/ OLD_FILES+=usr/sbin/setkey # 20050927: bridge(4) replaced by if_bridge(4) diff --git a/UPDATING b/UPDATING index 686ed4b9988..484bb500552 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20051029: + /etc/rc.d/ppp-user has been renamed to /etc/rc.d/ppp. + Its /etc/rc.conf.d configuration file has been `ppp' from + the beginning, and hence there is no need to touch it. + 20051001: kern.polling.enable sysctl MIB is now deprecated. Use ifconfig(8) to turn polling(4) on your interfaces.