12 lines
209 B
Text
12 lines
209 B
Text
|
--- ldirectord/init.d/ldirectord.orig
|
||
|
+++ ldirectord/init.d/ldirectord
|
||
|
@@ -22,7 +22,7 @@
|
||
|
then
|
||
|
. /etc/rc.d/init.d/functions
|
||
|
else
|
||
|
- function action {
|
||
|
+ action() {
|
||
|
echo -n "$1... "
|
||
|
shift
|
||
|
$@
|