From a66cc3ac61c3bbb986d062e13fa635d9bb751dd4 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 11 Jan 2009 22:13:03 -0500 Subject: [PATCH] Note that the PAM configuration files should be updated when upgrading. DragonFly-issue: http://bugs.dragonflybsd.org/issue1226 --- UPDATING | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/UPDATING b/UPDATING index 34b9cfc..1c1f9b1 100644 --- a/UPDATING +++ b/UPDATING @@ -64,6 +64,15 @@ intervention: delete occurrences of '/boot/'. These occurences can normally be deleted in any case, see loader(8). +The PAM modules and some userland utilities were changed to become PAM-aware. +The configuration files in /etc/pam.d/ need to be updated for the change. If +there are no local modifications in /etc/pam.d/, the easiest thing to do is: + + cd /usr/src/etc/pam.d + make install + +The configuration files may also be updated with 'mergemaster -s'. + +-----------------------------------------------------------------------+ + UPGRADING FROM DRAGONFLY <= 1.8 TO DRAGONFLY >= 1.9 + +-----------------------------------------------------------------------+ -- 1.6.0.6