Changeset c463c87 for server/major


Ignore:
Timestamp:
07/16/2014 06:26:45 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
85ec85ef
Parents:
26169e99
Message:

Removed excess white space and updated systemd instructions on svnserver autofs bluez fcron sysstat nfs-utils ntp rsync samba wpa_supplicant
avahi mariadb postgresql exim postfix apache bind proftpd vsftpd openldap unbound xinetd and clutter pages

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

Location:
server/major
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r26169e99 rc463c87  
    272272<screen role="root"><userinput>make install-httpd</userinput></screen>
    273273
     274      <para>As the <systemitem class="username">root</systemitem> user,
     275      use the new systemd unit to start <command>httpd</command>:</para>
     276
     277<screen role="root"><userinput>systemctl start httpd.service</userinput></screen>
    274278    </sect3>
    275279
  • server/major/bind.xml

    r26169e99 rc463c87  
    427427<screen role="root"><userinput>make install-named</userinput></screen>
    428428
     429      <para>As the <systemitem class="username">root</systemitem> user,
     430      use the new systemd unit to start <command>named</command>:</para>
     431
     432<screen role="root"><userinput>systemctl start named.service</userinput></screen>
    429433    </sect3>
    430434
  • server/major/proftpd.xml

    r26169e99 rc463c87  
    247247<screen role="root"><userinput>make install-proftpd</userinput></screen>
    248248
     249      <para>As the <systemitem class="username">root</systemitem> user,
     250      use the new systemd unit to start <command>proftpd</command>:</para>
     251
     252<screen role="root"><userinput>systemctl start proftpd.service</userinput></screen>
     253
    249254    </sect3>
    250255
  • server/major/vsftpd.xml

    r26169e99 rc463c87  
    191191<screen role="root"><userinput>make install-vsftpd</userinput></screen>
    192192
     193      <para>As the <systemitem class="username">root</systemitem> user,
     194      use the new systemd unit to start <command>vsftpd</command>:</para>
     195
     196<screen role="root"><userinput>systemctl start vsftpd.service</userinput></screen>
    193197    </sect3>
    194198
Note: See TracChangeset for help on using the changeset viewer.