]> granicus.if.org Git - sudo/commitdiff
better wording for solaris pam notice
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 1999 16:06:02 +0000 (16:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 1999 16:06:02 +0000 (16:06 +0000)
configure.in

index b618a1b8cf942b3b7c56eaf60b0fd8fd726a38c5..9362c0872283d9276338cbdb4a9528f9722bced7 100644 (file)
@@ -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*)