summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-03-08 14:43:28 +0000
committerStew Benedict <stewb@mandriva.org>2005-03-08 14:43:28 +0000
commit03cc230e032dba16ed7f63cc5f410291961e652a (patch)
tree96788ddf7905f00b5f3357caf61f7cf40484086c /perl-install/bootloader.pm
parent3828c7dd295f852ca6b6913952701364927886a4 (diff)
downloaddrakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar
drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.gz
drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.bz2
drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.xz
drakx-03cc230e032dba16ed7f63cc5f410291961e652a.zip
perl_checker - bad /me
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 092ffe44b..e8b98be8d 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -982,10 +982,10 @@ sub when_config_changed_yaboot {
run_program::rooted($::prefix, "/usr/sbin/ybin", "2>", \$error) or die "ybin failed: $error";
}
-sub install_cromwell {
+sub install_cromwell() {
log::l("XBox/Cromwell - nothing to install...");
}
-sub write_cromwell {
+sub write_cromwell() {
log::l("XBox/Cromwell - nothing to write...");
}
sub when_config_changed_cromwell {