Changeset b256695
- Timestamp:
- 02/05/2017 04:02:22 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 487bdfe6
- Parents:
- e5f33088
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re5f33088 rb256695 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[ken] - Fix cups so that it can start. Fixes 50 <ulink url="&blfs-ticket-root;8849">#8849</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[dj] - Update to Samba-4.5.5. Fixes 50 54 <ulink url="&blfs-ticket-root;8775">#8775</ulink>.</para> -
pst/printing/cups.xml
re5f33088 rb256695 203 203 </para> 204 204 205 <para> 206 Unless you have installed <xref linkend="mitkrb"/>, fix a configuration 207 file: 208 </para> 209 210 <screen><userinput>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</userinput></screen> 211 205 212 <!-- docdir is also document root for cups administration interface, so 206 213 let's just put it in /usr/share/cups/doc-&cups-version; and create symlink … … 214 221 Build <application>Cups</application> by running the following commands: 215 222 </para> 223 216 224 217 225 <screen revision="sysv"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in && … … 278 286 <sect2 role="commands"> 279 287 <title>Command Explanations</title> 288 289 <para> 290 <!-- hopefully, 2.2.2 only - https://github.com/apple/cups/issues/4947 --> 291 <command>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</command>: when this 292 version of <application>cups</application> is compiled without kerberos 293 support, it nevertheless adds a policy entry at the end of 294 <filename>/etc/cups/cupsd.conf</filename>. But the daemon will error out 295 because it does not understand that entry, so remove it. 296 </para> 280 297 281 298 <para>
Note:
See TracChangeset
for help on using the changeset viewer.