diff options
author | Stew Benedict <stewb@mandriva.org> | 2005-03-08 14:43:28 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2005-03-08 14:43:28 +0000 |
commit | 03cc230e032dba16ed7f63cc5f410291961e652a (patch) | |
tree | 96788ddf7905f00b5f3357caf61f7cf40484086c | |
parent | 3828c7dd295f852ca6b6913952701364927886a4 (diff) | |
download | drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.gz drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.bz2 drakx-03cc230e032dba16ed7f63cc5f410291961e652a.tar.xz drakx-03cc230e032dba16ed7f63cc5f410291961e652a.zip |
perl_checker - bad /me
-rw-r--r-- | perl-install/bootloader.pm | 4 |
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 { |