Ignore:
Timestamp:
02/01/2021 08:37:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f695e02
Parents:
3e73c5d
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

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

    r3e73c5d r5e06d04  
    143143
    144144# Read the state file if it exists from runlevel S
    145 [ -r /var/run/interactive ] && source /var/run/interactive
     145[ -r /run/interactive ] && source /run/interactive
    146146
    147147# Attempt to stop all services started by the previous runlevel,
     
    218218# Store interactive variable on switch from runlevel S and remove if not
    219219if [ "${runlevel}" == "S" -a "${interactive}" == "i" ]; then
    220     echo "interactive=\"i\"" > /var/run/interactive
     220    echo "interactive=\"i\"" > /run/interactive
    221221else
    222     rm -f /var/run/interactive 2> /dev/null
     222    rm -f /run/interactive 2> /dev/null
    223223fi
    224224
Note: See TracChangeset for help on using the changeset viewer.