mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Correct echo command in rc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
298aeee5cd
commit
9a8e977ca1
@ -1,4 +1,6 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
|
20080908 - [dj] * Corrected echo command in rc script - Thanks to
|
||||||
|
Michael Tremer at IPFire.
|
||||||
|
|
||||||
20080907 - [dj] * Use new initd-tools package to activate scripts.
|
20080907 - [dj] * Use new initd-tools package to activate scripts.
|
||||||
* $syslog and modules services cannot be a hard dependencies
|
* $syslog and modules services cannot be a hard dependencies
|
||||||
|
@ -60,8 +60,8 @@ fi
|
|||||||
|
|
||||||
# Verify that the directory exists
|
# Verify that the directory exists
|
||||||
if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then
|
if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then
|
||||||
echo -n "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
|
echo -n -e "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
|
||||||
echo "${NORMAL}"
|
echo -e "${NORMAL}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user