summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2006-09-15 12:30:01 +0000
committercarlosg <carlosg>2006-09-15 12:30:01 +0000
commitf1fb35a04ab2f66c8100cad7d800009d3a36971e (patch)
tree36906005b7d4003cc1e9b9a62e344117a77adb50
parent79c5a26e4b958812f47e1c39a07b0d105aa5342c (diff)
Oops! fix syntax
-rw-r--r--Init/Services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Init/Services.pm b/Init/Services.pm
index 8fbb1e6..68431e3 100644
--- a/Init/Services.pm
+++ b/Init/Services.pm
@@ -624,7 +624,7 @@ sub set_bsd_services
$runlevels = $$service[1];
$runlevel = $$runlevels[0];
- continue if ($script eq undef);
+ next if ($script eq undef);
$action = $$runlevel[1];