Changeset de7a8b3
- Timestamp:
- 02/13/2016 08:13:35 AM (7 years ago)
- Branches:
- 7.9-systemd, 7.9-systemd-rc1, 7.9-systemd-rc2, systemd
- Children:
- d4a090e9
- Parents:
- ca2f2b4e
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rca2f2b4e rde7a8b3 38 38 39 39 <listitem> 40 <para>2016-02-13</para> 41 <itemizedlist> 42 <listitem> 43 <para>[dj] - Updated to systemd-229.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>2016-02-09</para> 41 50 <itemizedlist> -
chapter06/systemd.xml
rca2f2b4e rde7a8b3 54 54 <para>Disable two tests that always fail:</para> 55 55 56 <screen><userinput remap="pre">sed -e 's :test/udev-test.pl ::g' \57 -e 's :test-copy$(EXEEXT) ::g' \56 <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \ 57 -e 's@test-copy$(EXEEXT) @@' \ 58 58 -i Makefile.in</userinput></screen> 59 59 … … 212 212 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> 213 213 214 <!-- 214 215 <para>Remove a reference to a non-existent group:</para> 215 216 216 217 <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen> 218 --> 217 219 218 220 <para>Create the <filename>/etc/machine-id</filename> file needed by … … 245 247 systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, 246 248 systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb, 247 systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn, 248 systemd-path, systemd-run, systemd-stdio-bridge, systemd-tmpfiles, 249 systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg> 250 <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2, 251 libsystemd.so, and libudev.so</seg> 249 systemd-inhibit, systemd-machine-id-setup, systemd-notify, 250 systemd-nspawn, systemd-path, systemd-resolve, systemd-run, 251 systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent, 252 telinit, timedatectl, and udevadm</seg> 253 <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, 254 libnss_resolve.so.2, libsystemd.so, and libudev.so</seg> 252 255 <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, 253 256 /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, … … 444 447 <term><command>systemctl</command></term> 445 448 <listitem> 446 <para>Used to introspect and control the state of the systemd system and447 service manager</para>449 <para>Used to introspect and control the state of the systemd system 450 and service manager</para> 448 451 <indexterm zone="ch-system-systemd systemctl"> 449 452 <primary sortas="b-systemctl">systemctl</primary> … … 455 458 <term><command>systemd-analyze</command></term> 456 459 <listitem> 457 <para>Used to determine system boot-up performance of the current boot458 </para>460 <para>Used to determine system boot-up performance of the current 461 boot</para> 459 462 <indexterm zone="ch-system-systemd systemd-analyze"> 460 463 <primary sortas="b-systemd-analyze">systemd-analyze</primary> … … 466 469 <term><command>systemd-ask-password</command></term> 467 470 <listitem> 468 <para>Used to query a system password or passphrase from the user, using a469 question message specified on the command line</para>471 <para>Used to query a system password or passphrase from the user, 472 using a question message specified on the command line</para> 470 473 <indexterm zone="ch-system-systemd systemd-ask-password"> 471 474 <primary sortas="b-systemd-ask-password">systemd-ask-password</primary> … … 488 491 <term><command>systemd-cgls</command></term> 489 492 <listitem> 490 <para>Recursively shows the contents of the selected Linux control group491 hierarchy in a tree</para>493 <para>Recursively shows the contents of the selected Linux control 494 group hierarchy in a tree</para> 492 495 <indexterm zone="ch-system-systemd systemd-cgls"> 493 496 <primary sortas="b-systemd-cgls">systemd-cgls</primary> … … 499 502 <term><command>systemd-cgtop</command></term> 500 503 <listitem> 501 <para>Shows the top control groups of the local Linux control group hierarchy,502 ordered by their CPU, memory and disk I/O load</para>504 <para>Shows the top control groups of the local Linux control group 505 hierarchy, ordered by their CPU, memory and disk I/O load</para> 503 506 <indexterm zone="ch-system-systemd systemd-cgtop"> 504 507 <primary sortas="b-systemd-cgtop">systemd-cgtop</primary> … … 532 535 <term><command>systemd-escape</command></term> 533 536 <listitem> 534 <para>Used to escape strings for inclusion in systemd unit names</para> 537 <para>Used to escape strings for inclusion in systemd unit 538 names</para> 535 539 <indexterm zone="ch-system-systemd systemd-escape"> 536 540 <primary sortas="b-systemd-escape">systemd-escape</primary> … … 552 556 <term><command>systemd-inhibit</command></term> 553 557 <listitem> 554 <para>Used to execute a program with a shutdown, sleep or idle inhibitor lock555 taken</para>558 <para>Used to execute a program with a shutdown, sleep or idle 559 inhibitor lock taken</para> 556 560 <indexterm zone="ch-system-systemd systemd-inhibit"> 557 561 <primary sortas="b-systemd-inhibit">systemd-inhibit</primary> … … 563 567 <term><command>systemd-machine-id-setup</command></term> 564 568 <listitem> 565 <para>Used by system installer tools to initialize the machine ID stored in566 <filename>/etc/machine-id</filename> at install time with a randomly567 generated ID</para>569 <para>Used by system installer tools to initialize the machine ID 570 stored in <filename>/etc/machine-id</filename> at install time with a 571 randomly generated ID</para> 568 572 <indexterm zone="ch-system-systemd systemd-machine-id-setup"> 569 573 <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary> … … 575 579 <term><command>systemd-notify</command></term> 576 580 <listitem> 577 <para>Used by daemon scripts to notify the init system about status changes578 </para>581 <para>Used by daemon scripts to notify the init system about status 582 changes</para> 579 583 <indexterm zone="ch-system-systemd systemd-notify"> 580 584 <primary sortas="b-systemd-notify">systemd-notify</primary> … … 586 590 <term><command>systemd-nspawn</command></term> 587 591 <listitem> 588 <para>Used to run a command or OS in a light-weight namespace container</para> 592 <para>Used to run a command or OS in a light-weight namespace 593 container</para> 589 594 <indexterm zone="ch-system-systemd systemd-nspawn"> 590 595 <primary sortas="b-systemd-nspawn">systemd-nspawn</primary> … … 603 608 </varlistentry> 604 609 610 <varlistentry id="systemd-resolve"> 611 <term><command>systemd-resolve</command></term> 612 <listitem> 613 <para>Used to resolve domain names, IPV4 and IPv6 addresses, DNS 614 resource records, and services</para> 615 <indexterm zone="ch-system-systemd systemd-resolve"> 616 <primary sortas="b-systemd-resolve">systemd-resolve</primary> 617 </indexterm> 618 </listitem> 619 </varlistentry> 620 605 621 <varlistentry id="systemd-run"> 606 622 <term><command>systemd-run</command></term> 607 623 <listitem> 608 <para>Used to create and start a transient .service or a .scope unit and609 run the specified command in it</para>624 <para>Used to create and start a transient .service or a .scope unit 625 and run the specified command in it</para> 610 626 <indexterm zone="ch-system-systemd systemd-run"> 611 627 <primary sortas="b-systemd-run">systemd-run</primary> … … 627 643 <term><command>systemd-tmpfiles</command></term> 628 644 <listitem> 629 <para>Creates, deletes and cleans up volatile and temporary files and directories, 630 based on the configuration file format and location specified in 645 <para>Creates, deletes and cleans up volatile and temporary files and 646 directories, based on the configuration file format and location 647 specified in 631 648 <filename class="directory">tmpfiles.d</filename> directories</para> 632 649 <indexterm zone="ch-system-systemd systemd-tmpfiles"> … … 649 666 <term><command>telinit</command></term> 650 667 <listitem> 651 <para>Tells <command>init</command> which run-level to change to</para> 668 <para>Tells <command>init</command> which run-level to change 669 to</para> 652 670 <indexterm zone="ch-system-systemd telinit"> 653 671 <primary sortas="b-telinit">telinit</primary> -
general.ent
rca2f2b4e rde7a8b3 1 <!ENTITY version "201602 09-systemd">1 <!ENTITY version "20160213-systemd"> 2 2 <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> 3 <!ENTITY releasedate "February 9, 2016">3 <!ENTITY releasedate "February 13, 2016"> 4 4 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 5 5 <!ENTITY milestone "7.9"> -
packages.ent
rca2f2b4e rde7a8b3 526 526 <!ENTITY shadow-ch6-sbu "0.2 SBU"> 527 527 528 <!ENTITY systemd-version "22 8">529 <!ENTITY systemd-size "3, 280KB">528 <!ENTITY systemd-version "229"> 529 <!ENTITY systemd-size "3,844 KB"> 530 530 <!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> 531 <!ENTITY systemd-md5 " 24143759335e05ac462942baec6413ff">531 <!ENTITY systemd-md5 "5d5115ee08affe005f821bc5ea3171e8"> 532 532 <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> 533 <!ENTITY systemd-ch6-du " 990MB">534 <!ENTITY systemd-ch6-sbu " 5.3SBU">533 <!ENTITY systemd-ch6-du "1,008 MB"> 534 <!ENTITY systemd-ch6-sbu "4.6 SBU"> 535 535 536 536 <!ENTITY tar-version "1.28"> -
patches.ent
rca2f2b4e rde7a8b3 48 48 49 49 <!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch"> 50 <!ENTITY systemd-compat-patch-md5 " 13c4c53e12c1ad008a1304fa2b4c70c0">50 <!ENTITY systemd-compat-patch-md5 "8a9b70794ead5a87297d7ccd7a753d78"> 51 51 <!ENTITY systemd-compat-patch-size "12 KB">
Note:
See TracChangeset
for help on using the changeset viewer.