mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39: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
|
||||
20080908 - [dj] * Corrected echo command in rc script - Thanks to
|
||||
Michael Tremer at IPFire.
|
||||
|
||||
20080907 - [dj] * Use new initd-tools package to activate scripts.
|
||||
* $syslog and modules services cannot be a hard dependencies
|
||||
|
@ -60,8 +60,8 @@ fi
|
||||
|
||||
# Verify that the directory exists
|
||||
if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then
|
||||
echo -n "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
|
||||
echo "${NORMAL}"
|
||||
echo -n -e "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
|
||||
echo -e "${NORMAL}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user