Changeset 12e721d for bootscripts/lfs


Ignore:
Timestamp:
10/19/2019 05:40:04 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7ec194d4
Parents:
91f763ae
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
bootscripts/lfs/init.d
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/mountfs

    r91f763ae r12e721d  
    1717# Required-Start:      udev checkfs
    1818# Should-Start:        modules
    19 # Required-Stop:       swap
     19# Required-Stop:       localnet
    2020# Should-Stop:
    2121# Default-Start:       S
  • bootscripts/lfs/init.d/network

    r91f763ae r12e721d  
    1818# Provides:            $network
    1919# Required-Start:      $local_fs $syslog localnet swap
    20 # Should-Start:
     20# Should-Start:        firewalld iptables nftables
    2121# Required-Stop:       $local_fs $syslog localnet swap
    22 # Should-Stop:
     22# Should-Stop:         firewalld iptables nftables
    2323# Default-Start:       3 4 5
    2424# Default-Stop:        0 1 2 6
  • bootscripts/lfs/init.d/swap

    r91f763ae r12e721d  
    1717# Required-Start:      udev
    1818# Should-Start:        modules
    19 # Required-Stop:       localnet
     19# Required-Stop:       localnet $local_fs
    2020# Should-Stop:
    2121# Default-Start:       S
  • bootscripts/lfs/init.d/sysklogd

    r91f763ae r12e721d  
    1818# Should-Start:
    1919# Required-Stop:       $local_fs
    20 # Should-Stop:
     20# Should-Stop:         sendsignals
    2121# Default-Start:       2 3 4 5
    2222# Default-Stop:        0 1 6
Note: See TracChangeset for help on using the changeset viewer.