4ae0fc34d1
PR: ports/105144 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: maintainer
11 lines
209 B
Text
11 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
|
|
$@
|