From 0f881eacc9dd3d36486097322c189d0737b56154 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 08:05:41 +0000 Subject: - standalone.pm : o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option --- perl-install/standalone/drakboot | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 1aa1855e7..7054ed5db 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -13,13 +13,6 @@ use fsedit; use fs; use c; -local $_ = join '', @ARGV; - -/-h/ and die "usage: drakboot [--expert] [--testing]\n"; - -$::expert = /-expert/; -$::testing = /-testing/; - my $in = 'interactive'->vnew('su', 'bootloader'); $::lilo_choice = \&lilo_choice; -- cgit v1.2.1