From 5b0739524b9b827c78dadf2f4d675f74670bf688 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 27 Feb 2005 00:06:25 +0000 Subject: [PATCH] Improve the description of the "pam" check/fix; it doesn't ensure that /etc/pam.d is up to date, just populated. --- etc/postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/postinstall b/etc/postinstall index 208e6312e1b2..a4f1d8f307a0 100755 --- a/etc/postinstall +++ b/etc/postinstall @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.88 2005/02/24 04:06:53 lukem Exp $ +# $NetBSD: postinstall,v 1.89 2005/02/27 00:06:25 lukem Exp $ # # Copyright (c) 2002-2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -641,7 +641,7 @@ do_rc() # pam # # disabled for now -additem pam "/etc/pam.d being up to date" +additem pam "/etc/pam.d is populated" do_pam() { [ -n "$1" ] || err 2 "USAGE: do_pam fix|check"