Hotfix Core13 for redirector patch

Movde Core13 Files to 14
Added squid stable20 to Core14
Corrected vdr init file
This commit is contained in:
Christian Schmidt
2008-05-08 22:07:18 +02:00
parent aab26bfe3c
commit ff5ec02a0e
7 changed files with 37 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ case "${1}" in
start)
boot_mesg "Starting Video Disk Recorder..."
if [ "$(ps -A | grep runvdr)" != "" ]; then
boot_mesg "Error! Alrady run!"
boot_mesg "Error! Already running!"
echo_failure
exit 1;
fi