Changeset e814bfe in bootscripts-standard for bootscripts/clfs
- Timestamp:
- Jul 10, 2014, 3:25:23 AM (10 years ago)
- Branches:
- master
- Children:
- 421f21a
- Parents:
- 27f8c17
- Location:
- bootscripts/clfs/init.d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/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 -
bootscripts/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 -
bootscripts/clfs/init.d/functions.minimal
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.