Changeset e814bfe in bootscripts-standard for boot-scripts
- Timestamp:
- Jul 10, 2014, 3:25:23 AM (10 years ago)
- Branches:
- master
- Children:
- 421f21a
- Parents:
- 27f8c17
- Location:
- boot-scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot-scripts/CHANGELOG.lfs
r27f8c17 re814bfe 482 482 483 483 * Update to the console script, prevent install of the console script 484 * Chgrp / var/run/utmp to group utmp if it exists.484 * Chgrp /run/utmp to group utmp if it exists. 485 485 * Moved udev from contrib to lfs 486 486 * Moved GATEWAY setup from /etc/rc.d/init.d/network to -
boot-scripts/Changelog
r27f8c17 re814bfe 1 Chris - July 10, 2014 2 * Changed "/var/run" references to "/run" 3 1 4 William - May 21, 2014 2 5 * Change versioning to drop Pre1 and use a date -
boot-scripts/clfs/init.d/cleanfs
r27f8c17 re814bfe 79 79 -delete || failed=1 80 80 81 > / var/run/utmp81 > /run/utmp 82 82 if grep -q '^utmp:' /etc/group ; then 83 chmod 664 / var/run/utmp84 chgrp utmp / var/run/utmp83 chmod 664 /run/utmp 84 chgrp utmp /run/utmp 85 85 fi 86 86 -
boot-scripts/clfs/init.d/functions
r27f8c17 re814bfe 418 418 "ID(s) ${pidlist}.${NORMAL}" 419 419 else 420 if [ -n "${base}" -a -e "/ var/run/${base}.pid" ]; then420 if [ -n "${base}" -a -e "/run/${base}.pid" ]; then 421 421 ${ECHO} -e "${WARNING}${1} is not running but"\ 422 "/ var/run/${base}.pid exists.${NORMAL}"422 "/run/${base}.pid exists.${NORMAL}" 423 423 else 424 424 if [ -n "${pidfile}" -a -e "${pidfile}" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.