Changeset 8560
- Timestamp:
- 09/08/08 18:27:39 (3 months ago)
- Files:
-
- trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/rc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog
r8559 r8560 1 1 ChangeLog 2 20080908 - [dj] * Corrected echo command in rc script - Thanks to 3 Michael Tremer at IPFire. 2 4 3 5 20080907 - [dj] * Use new initd-tools package to activate scripts. trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/rc
r8555 r8560 61 61 # Verify that the directory exists 62 62 if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then 63 echo -n "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."64 echo "${NORMAL}"63 echo -n -e "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist." 64 echo -e "${NORMAL}" 65 65 exit 1 66 66 fi
