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