On 06-10-2014 17:59, Armin K. wrote:


On 6.10.2014 21:49, [email protected] wrote:
Author: fernando
Date: Mon Oct  6 12:49:44 2014
New Revision: 14515

Log:
Update to CUPS-2.0.0. Thanks Armin for suggestions, including the
replacement of a patch by more visible commands.

libgcrypt is not required by GnuTLS anymore, but still CUPS looks for
it. Maybe it should be patched so configure omits looking for libgcrypt
too? I suppose all major distros have done that. I am not sure if it
could be converted into a sed easily though.

OK.

I will have to think about it tomorrow (my vison is fading, now, and I want to commit lxsession update). Will discuss other modifications, below, but all will be done only tomorrow.




There is no need to invert it. It was done like this because if someone
does rm -rf /usr/share/doc/* (it can take a lot of space, so there's a
good chance for that) that CUPS web interface remains in tact, because
it's installed in docdir. symlink is created to honor the traditional
docdir. You don't need the reverse symlink, but you have a risk of
losing the web interface.


Problem is that, when/if updating, it will mix previous and new docs, but the versioned symlinks will point to the same directory. So, installing in versioned directories, and symlinking would make sure that different versions will have different directories and the symlink will point to the newest one.

+<screen><userinput>cat &gt; conf/pam.std.in  &lt;&lt; "EOF"
+<literal># Begin /etc/pam.d/cups
+
+auth    include system-auth
+account include system-account
+session include system-session
+
+# End /etc/pam.d/cups</literal>
+EOF</userinput></screen>
+

Given that you've decided to put this into separate section, I'd suggest
you move it down below, to the configuring section and create
/etc/pam.d/cups directly.

It was your suggestion! But it is OK, will move it.


 CC=gcc \

This shouldn't be needed anymore. Building with clang works fine since
version 3.4.

Thanks, will do it.


      <title>Command Explanations</title>

      <para>
+      <command>sed ... cups-manpages.m4</command>: In BLFS,
uncompressed man
+      pages are preferred.
+    </para>
+

How about: "This sed prevents compression of the man pages by default."
or similar to what's described in LO (haven't really looked at it for
some time).

OK. I didn't like what I had written, but thinking that Bruce would probablY edit the page, I left like that. You wording is good.

+    <para>
+      <command>sed ... Makedefs.in</command>: Fix files and directories
+      permissions.
+    </para>
+

Just files as far as I know. But I could be wrong, so don't take it as
granted.

This kept me thinking, and, not being completely sure, adopted the safe way.

Thanks again, Armin. But only tomorrow. Saving my eyes for lxsession, as I said above.


--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to