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/cleanfs

    r3e73c5d r5e06d04  
    2222# Default-Stop:
    2323# Short-Description:   Cleans temporary directories early in the boot process.
    24 # Description:         Cleans temporary directories /var/run, /var/lock, and
    25 #                      optionally, /tmp.  cleanfs also creates /var/run/utmp
     24# Description:         Cleans temporary directories /run, /var/lock, and
     25#                      optionally, /tmp.  cleanfs also creates /run/utmp
    2626#                      and any files defined in /etc/sysconfig/createfiles.
    2727# X-LFS-Provided-By:   LFS
     
    9696      fi
    9797
    98       > /var/run/utmp
     98      > /run/utmp
    9999
    100100      if grep -q '^utmp:' /etc/group ; then
    101          chmod 664 /var/run/utmp
    102          chgrp utmp /var/run/utmp
     101         chmod 664 /run/utmp
     102         chgrp utmp /run/utmp
    103103      fi
    104104
Note: See TracChangeset for help on using the changeset viewer.