From: Todd C. Miller Date: Thu, 3 Jun 1999 16:06:02 +0000 (+0000) Subject: better wording for solaris pam notice X-Git-Tag: SUDO_1_6_0~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45700fb7b789af22d367c54308f985e7e6c8757e;p=sudo better wording for solaris pam notice --- diff --git a/configure.in b/configure.in index b618a1b8c..9362c0872 100644 --- a/configure.in +++ b/configure.in @@ -1532,7 +1532,7 @@ if test "$with_pam" = "yes"; then echo "" case $host in *-*-solaris2*) - echo "You will need to add the following line to /etc/pam.conf" + echo "You will need to add a line like the following to /etc/pam.conf" echo "sudo auth required /usr/lib/security/pam_unix.so.1" ;; *-*-linux*)