summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/adduserdrake
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/adduserdrake
parent9a9d52bcbc0dc13eebcff1f61960137a504a0cba (diff)
downloaddrakx-a845140044510ef3fdc179b333301218d3faefe5.tar
drakx-a845140044510ef3fdc179b333301218d3faefe5.tar.gz
drakx-a845140044510ef3fdc179b333301218d3faefe5.tar.bz2
drakx-a845140044510ef3fdc179b333301218d3faefe5.tar.xz
drakx-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/adduserdrake')
-rwxr-xr-xperl-install/standalone/adduserdrake3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/adduserdrake b/perl-install/standalone/adduserdrake
index d2893c850..c176f5936 100755
--- a/perl-install/standalone/adduserdrake
+++ b/perl-install/standalone/adduserdrake
@@ -2,9 +2,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 any;
local $_ = join '', @ARGV;