Changeset 3ace4c5
- Timestamp:
- 06/12/2016 05:01:25 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 77a91cb
- Parents:
- bed608b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pst/printing/cups.xml
rbed608b0 r3ace4c5 215 215 </para> 216 216 217 <screen ><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&217 <screen revision="sysv"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in && 218 218 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 && 219 219 sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 && … … 231 231 make</userinput></screen> 232 232 233 <screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in 234 && 235 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 236 && 237 sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 238 && 239 aclocal -I config-scripts && 240 autoconf -I config-scripts && 241 242 CC=gcc \ 243 ./configure --libdir=/usr/lib \ 244 --with-rcdir=/tmp/cupsinit \ 245 --with-system-groups=lpadmin \ 246 --with-docdir=/usr/share/cups/doc-&cups-version; && 247 make</userinput></screen> 248 233 249 <para> 234 250 To test the results, issue: <command>make -k check</command>. An already … … 293 309 </para>--> 294 310 295 <para >311 <para revision="sysv"> 296 312 <parameter>--disable-systemd</parameter>: Systemd is not supported by 297 313 BLFS. … … 403 419 404 420 <sect3 id="cups-init"> 405 <title>Boot Script</title> 421 <title><phrase revision="sysv">Boot Script</phrase> 422 <phrase revision="systemd">Systemd Unit</phrase></title> 423 424 <para revision="sysv"> 425 If you want the <application>Cups</application> print service to start 426 automatically when the system is booted, install the init script 427 included in the <xref linkend="bootscripts"/> package: 428 </para> 406 429 407 430 <para> 408 If you want the <application>Cups</application> print service to start 409 automatically when the system is booted, install the init 410 script included in the <xref linkend="bootscripts" revision="sysv"/> 411 <xref linkend="systemd-units" revision="systemd"/> 412 package: 431 To start the <command>cupsd</command> daemon when something tries to 432 access it, enable the previously installed systemd units by running 433 the following command as the 434 <systemitem class="username">root</systemitem> user: 413 435 </para> 414 436 … … 417 439 </indexterm> 418 440 419 <screen role="root"><userinput>make install-cups</userinput></screen> 441 <screen role="root" revision="sysv"><userinput>make install-cups</userinput></screen> 442 443 <screen role="root" revision="systemd"><userinput>systemctl enable org.cups.cupsd</userinput></screen> 420 444 421 445 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.