Author: krejzi
Date: 2012-08-18 10:34:02 -0600 (Sat, 18 Aug 2012)
New Revision: 10527
Modified:
trunk/BOOK/pst/printing/cups.xml
Log:
Fix CUPS PAM instructions.
Modified: trunk/BOOK/pst/printing/cups.xml
===================================================================
--- trunk/BOOK/pst/printing/cups.xml 2012-08-17 18:42:12 UTC (rev 10526)
+++ trunk/BOOK/pst/printing/cups.xml 2012-08-18 16:34:02 UTC (rev 10527)
@@ -354,7 +354,7 @@
the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>cat >> /etc/pam.d/cups << "EOF"
+<screen role="root"><userinput>cat > /etc/pam.d/cups << "EOF"
# Begin /etc/pam.d/cups
auth include system-auth
@@ -362,7 +362,8 @@
session include system-session
# End /etc/pam.d/cups
-EOF</userinput></screen>
+EOF
+chmod -v 644 /etc/pam.d/cups</userinput></screen>
</sect3>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page