summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-18 20:22:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-18 20:22:20 +0000
commita845140044510ef3fdc179b333301218d3faefe5 (patch)
tree6234f82a4f47eed8f85819488443fb5faf5682bf /perl-install/standalone/drakautoinst
parent9a9d52bcbc0dc13eebcff1f61960137a504a0cba (diff)
downloaddrakx-backup-do-not-use-a845140044510ef3fdc179b333301218d3faefe5.tar
drakx-backup-do-not-use-a845140044510ef3fdc179b333301218d3faefe5.tar.gz
drakx-backup-do-not-use-a845140044510ef3fdc179b333301218d3faefe5.tar.bz2
drakx-backup-do-not-use-a845140044510ef3fdc179b333301218d3faefe5.tar.xz
drakx-backup-do-not-use-a845140044510ef3fdc179b333301218d3faefe5.zip
- write the 'common' part of the 'explanations' stuff,
with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-xperl-install/standalone/drakautoinst9
1 files changed, 8 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst
index 1dc3fc2a3..04ff72cbc 100755
--- a/perl-install/standalone/drakautoinst
+++ b/perl-install/standalone/drakautoinst
@@ -15,9 +15,10 @@
use lib qw(/usr/lib/libDrakX);
+use standalone; #- warning, standalone must be loaded very first, for 'explanations'
+
use common;
use interactive;
-use standalone;
use devices;
use detect_devices;
use steps;
@@ -359,6 +360,12 @@ sub control_buttons {
#-------------------------------------------------
#- $Log$
+#- Revision 1.16 2002/01/18 20:22:20 gc
+#- - write the 'common' part of the 'explanations' stuff,
+#- with nice help from Pixel for the tough Perl part
+#- - move 'use standalone' up in all standalone apps,
+#- to comply to 'explanations'
+#-
#- Revision 1.15 2002/01/08 10:21:15 fpons
#- removed stupid invocation of _("$_"), is it correct code to change it to $_ only ?
#-