Changeset 00d52bd4 for bootscripts/lfs/init.d/functions
- Timestamp:
- Oct 27, 2006, 10:37:42 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0fd55dd
- Parents:
- a5b013ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/init.d/functions
ra5b013ba r00d52bd4 121 121 # Print the message to the screen 122 122 echo ${ECHOPARM} -e "${2}${1}" 123 if [ "$LOGGING" ]; then 124 DISPLAYLOG="${1}" 125 fi 123 126 124 127 } … … 136 139 { 137 140 if [ "$LOGGING" ]; then 138 /bin/logger -p local2.info -t bootlog "${ @}"141 /bin/logger -p local2.info -t bootlog "${DISPLAYLOG} ${1}" 139 142 else 140 143 return 0
Note:
See TracChangeset
for help on using the changeset viewer.