From 5193c6a9f4fbafc183b394bcfbd7ad75e2a40ca5 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 20 Oct 2008 17:43:35 +0000 Subject: [PATCH] Fixed typo --- init/init-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init-lib.pl b/init/init-lib.pl index 12f889ef3..48ab9c4c0 100755 --- a/init/init-lib.pl +++ b/init/init-lib.pl @@ -563,7 +563,7 @@ if ($init_mode eq "init" || $init_mode eq "local") { } if ($need_links && $init_mode eq "init") { - local $date = &read_file_contents($fn); + local $data = &read_file_contents($fn); if (&has_command("chkconfig") && !$config{'no_chkconfig'} && (@chk && $chk[3] || $data =~ /Default-Start:/i)) { # Call the chkconfig command to link up