Changeset cae7a6fb for general


Ignore:
Timestamp:
07/15/2014 07:51:11 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
5bc57bb
Parents:
e1df6e21
Message:

Converted acpid at autofs bluez fcron gpm sysstat udisks2 upower dhcp nfs-utils cyrus-sasl mitkrb openssh polkit and stunnel pages to systemd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13413 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/sysutils
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/acpid.xml

    re1df6e21 rcae7a6fb  
    141141    </para>
    142142
    143     <sect3  id="acpid-init">
    144       <title>Boot Script</title>
    145 
    146       <para>
    147         To automatically start <command>acpid</command> when the system is
    148         rebooted, install the <filename>/etc/rc.d/init.d/acpid</filename>
    149         boot script from the <xref linkend="bootscripts"/> package.
    150       </para>
    151 
    152       <indexterm zone="acpid acpid-init">
    153         <primary sortas="f-acpid">acpid</primary>
    154       </indexterm>
    155 
    156 <screen role="root"><userinput>make install-acpid</userinput></screen>
    157 
    158     </sect3>
    159 
    160143    <sect3  id="acpid-init-systemd">
    161144      <title>Systemd Unit File</title>
    162145
    163146      <para>
    164         Instead of using the classic boot script, systemd-units package provides a native unit file.
    165         To install and enable systemd unit for this package, install the systemd unit from the.
    166         <xref linkend="systemd-units"/> package as the <systemitem class="username">root</systemitem> user:
     147        The systemd-units package provides a native unit file.
     148        To install and enable the systemd unit for this package,
     149        install the systemd unit from the. <xref linkend="systemd-units"/>
     150        package as the <systemitem class="username">root</systemitem> user:
    167151      </para>
    168152
  • general/sysutils/at.xml

    re1df6e21 rcae7a6fb  
    107107            --with-daemon_username=atd        \
    108108            --with-daemon_groupname=atd       \
     109            --with-systemdsystemunitdir=/lib/systemd/system \
    109110            SENDMAIL=/usr/sbin/sendmail &amp;&amp;
    110111make -j1</userinput></screen>
     
    138139    </sect3>
    139140
    140     <sect3  id="at-init">
    141       <title>Boot Script</title>
    142 
    143       <para>Install the <filename>/etc/init.d/atd</filename> init script from
    144       the <xref linkend="bootscripts"/> package.</para>
    145 
    146       <indexterm zone="at at-init">
    147         <primary sortas="f-at">at</primary>
    148       </indexterm>
    149 
    150 <screen role="root"><userinput>make install-atd</userinput></screen>
    151 
    152     </sect3>
    153 
    154141    <sect3  id="at-init-systemd">
    155142      <title>Systemd Unit File</title>
    156143
    157       <para>This package provides systemd unit in the source tarball.
    158         To install it, add --with-systemdsystemunitdir=/lib/systemd/system to the configure line.
     144      <para>This package provides a systemd unit in the source tarball.
    159145        To enable it, issue the following command as the
    160146        <systemitem class="username">root</systemitem> user:
  • general/sysutils/autofs.xml

    re1df6e21 rcae7a6fb  
    116116./configure --prefix=/         \
    117117            --without-openldap \
     118            --with-systemd    \
    118119            --mandir=/usr/share/man &amp;&amp;
    119120make</userinput></screen>
     
    138139      <option>--with-libtirpc</option>: This switch enables libtirpc support if
    139140      available.
     141    </para>
     142
     143    <para>
     144      <option>--with-systemd</option>: This switch enables systemd support.
    140145    </para>
    141146
     
    250255    </sect3>
    251256
    252     <sect3  id="autofs-init">
    253       <title>Boot Script</title>
    254 
    255       <para> <application>autofs</application> installs its own boot script,
    256       but it has no capability for logging or visual conformance with other
    257       BLFS scripts.</para>
    258 
    259       <para>Install the <filename>/etc/init.d/autofs</filename> mount script
    260       included with the <xref linkend="bootscripts"/> package.</para>
    261 
    262       <indexterm zone="autofs autofs-init">
    263         <primary sortas="f-autofs-init">autofs</primary>
    264       </indexterm>
    265 
    266 <screen role="root"><userinput>make install-autofs</userinput></screen>
    267 
    268       <para>The time-out variable is set in
    269       <filename>/etc/sysconfig/autofs.conf</filename>. The installed file sets
    270       a default of 60 seconds of inactivity before unmounting the device.  A
    271       much shorter time may be necessary to protect buffer writing to a floppy
    272       if users tend to remove the media prior to the timeout setting.</para>
    273 
    274     </sect3>
    275 
    276257    <sect3  id="autofs-init-systemd">
    277258      <title>Systemd Unit File</title>
    278259
    279       <para> This package provides a systemd unit file in the source tarball. To install it,
    280        add --with-systemd to the configure line.</para>
    281 
    282       <para>To enable it, issue as the <systemitem class="username">root</systemitem> user:</para>
    283 
    284       <indexterm zone="autofs autofs-init">
     260      <para> This package provides a systemd unit file in the source tarball. To enable it,
     261        issue the following command as the <systemitem class="username">root</systemitem>
     262        user:</para>
     263
     264      <indexterm zone="autofs autofs-init-systemd">
    285265        <primary sortas="f-autofs-init">autofs</primary>
    286266      </indexterm>
  • general/sysutils/bluez.xml

    re1df6e21 rcae7a6fb  
    238238    </sect3>
    239239
    240     <sect3  id="bluez-init">
    241       <title>Boot Script</title>
    242 
    243       <para>
    244         To automatically start the <command>bluetoothd</command> daemon when the
    245         system is rebooted, install the
    246         <filename>/etc/rc.d/init.d/bluetooth</filename> bootscript from the
    247         <xref linkend="bootscripts"/> package.
    248       </para>
    249 
    250       <indexterm zone="bluez bluez-init">
    251         <primary sortas="f-bluetooth">bluetooth</primary>
    252       </indexterm>
    253 
    254 <screen role="root"><userinput>make install-bluetooth</userinput></screen>
    255 
    256     </sect3>
    257 
    258240    <sect3  id="bluez-init-systemd">
    259241      <title>Systemd Unit File</title>
     
    281263
    282264    </sect3>
    283 
    284265
    285266  </sect2>
  • general/sysutils/fcron.xml

    re1df6e21 rcae7a6fb  
    9090    <para>
    9191      Systemd logging daemon, systemd-journald will automatically log
    92       all the messages from the services started by systemd, so the initial
    93       configuration for this package related to syslog is not required if using
    94       this package in systemd environment.
     92      all the messages from the services started by systemd.
    9593    </para>
    9694    </note>
    97 
    98     <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
    99     of <command>syslog</command> to log all messages. Since LFS
    100     does not set up this facility in <filename>/etc/syslog.conf</filename>, it
    101     needs to be done prior to installing <application>Fcron</application>. This
    102     command will append the necessary line to the current
    103     <filename>/etc/syslog.conf</filename> (perform as the
    104     <systemitem class='username'>root</systemitem> user):</para>
    105 
    106     <indexterm zone="fcron fcron-syslog">
    107       <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
    108     </indexterm>
    109 
    110 <screen role="root"><userinput>cat &gt;&gt; /etc/syslog.conf &lt;&lt; "EOF"
    111 <literal># Begin fcron addition to /etc/syslog.conf
    112 
    113 cron.* -/var/log/cron.log
    114 
    115 # End fcron addition</literal>
    116 EOF</userinput></screen>
    117 
    118     <para>The configuration file has been modified, so reloading the
    119     <command>sysklogd</command> daemon will activate the changes (again as the
    120     <systemitem class='username'>root</systemitem> user).</para>
    121 
    122 <screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
    12395
    12496    <para>For security reasons, an unprivileged user and group for
     
    226198    </sect3>
    227199
    228     <sect3  id="fcron-init">
    229       <title>Boot Script</title>
    230 
    231       <para>Install the <filename>/etc/rc.d/init.d/fcron</filename>
    232       init script from the <xref linkend="bootscripts"/>
    233       package.</para>
    234 
    235       <indexterm zone="fcron fcron-init">
    236         <primary sortas="f-fcron">fcron</primary>
    237       </indexterm>
    238 
    239 <screen role="root"><userinput>make install-fcron</userinput></screen>
    240 
    241     </sect3>
    242 
    243200    <sect3  id="fcron-init-systemd">
    244201      <title>Systemd Unit File</title>
  • general/sysutils/gpm.xml

    re1df6e21 rcae7a6fb  
    117117    <title>Configuring GPM</title>
    118118
    119     <sect3 id="gpm-init">
    120       <title>Boot Script</title>
    121 
    122       <indexterm zone="gpm gpm-init">
    123         <primary sortas="f-gpm-init">gpm</primary>
    124       </indexterm>
    125 
    126       <para>Install the <filename>/etc/rc.d/init.d/gpm</filename> init script
    127       included in the <xref linkend="bootscripts"/> package.</para>
    128 
    129 <screen role="root"><userinput>make install-gpm</userinput></screen>
    130 
    131     </sect3>
    132 
    133119    <sect3 id="gpm-init-systemd">
    134120      <title>Systemd Unit File</title>
     
    139125
    140126      <para>
    141         Instead of using the classic boot script, systemd-units package provides native unit file.
     127        The systemd-units package provides native unit file.
    142128        Install the Systemd Unit included in the <xref linkend="systemd-units"/>
    143129        package using the following command as the <systemitem class="username">root</systemitem>
  • general/sysutils/sysstat.xml

    re1df6e21 rcae7a6fb  
    167167    </sect3>
    168168
    169     <sect3 id="sysstat-init">
    170       <title>System Startup Information</title>
    171 
    172       <indexterm zone="sysstat sysstat-init">
    173         <primary sortas="f-sysstat">sysstat</primary>
    174       </indexterm>
    175 
    176       <para>At system startup, a LINUX RESTART message must be inserted in the
    177       daily data file to reinitialize the kernel counters. This can be
    178       automated by installing the <filename>/etc/rc.d/init.d/sysstat</filename>
    179       init script included in the <xref linkend="bootscripts"/>
    180       package using the following command as the
    181       <systemitem class="username">root</systemitem> user:</para>
    182 
    183 <screen role="root"><userinput>make install-sysstat</userinput></screen>
    184 
    185     </sect3>
    186 
    187169    <sect3 id="sysstat-init-systemd">
    188170      <title>Systemd Unit File</title>
     
    193175
    194176      <para>
    195         This package provides systemd unit in the source tarball. To install it,
    196         run the following commands as the
     177        This package provides a systemd unit file in the source tarball.
     178        To install it, run the following commands as the
    197179        <systemitem class="username">root</systemitem> user:
    198180      </para>
  • general/sysutils/udisks2.xml

    re1df6e21 rcae7a6fb  
    3030  <sect2 role="package">
    3131    <title>Introduction to UDisks</title>
    32 
    33     <note>
    34     <para>
    35       This package will link against systemd libraries by default, since they are always
    36       installed and doing that, it doesn't require ConsoleKit anymore.
    37     </para>
    38     </note>
    3932
    4033    <para>
  • general/sysutils/upower.xml

    re1df6e21 rcae7a6fb  
    8383    </para>
    8484
    85     <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="pm-utils"/>
    88     </para>
    89 
    9085    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    9186    <para role="optional">
     
    115110            --sysconfdir=/etc    \
    116111            --localstatedir=/var \
    117             --enable-deprecated  \
    118112            --disable-static &amp;&amp;
    119113make</userinput></screen>
     
    131125<screen role="root"><userinput>make install</userinput></screen>
    132126
     127    <para>
     128     This package will automatically install the systemd unit if systemd is detected.
     129     Although this step isn't necessary, since the service can be D-Bus activated when
     130     needed, if you wish to enable it anyway issue the following command
     131     as the <systemitem class="username">root</systemitem> user:
     132    </para>
     133
     134<screen role="root"><userinput>systemctl enable upower</userinput></screen>
    133135  </sect2>
    134136
    135137  <sect2 role="commands">
    136138    <title>Command Explanations</title>
    137 
    138     <para>
    139       <option>--enable-deprecated</option>: This switch enables
    140       deprecated functionality which is still needed by some
    141       applications.
    142     </para>
    143139
    144140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.