From 1883acd25096f34779cce40ebba76c5860964f0d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Jan 2001 00:33:11 +0000 Subject: use standalone and standalone::pkgs_install --- perl-install/standalone/adduserdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/adduserdrake') diff --git a/perl-install/standalone/adduserdrake b/perl-install/standalone/adduserdrake index 18ee80c2b..7660e934e 100755 --- a/perl-install/standalone/adduserdrake +++ b/perl-install/standalone/adduserdrake @@ -4,6 +4,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :functional :system :file); use interactive; +use standalone; use any; local $_ = join '', @ARGV; @@ -12,7 +13,6 @@ local $_ = join '', @ARGV; $::beginner = /-beginner/; $::expert = /-expert/; -$::isStandalone = 1; my @etc_pass_fields = qw(name pw uid gid realname home shell); my @shells = grep { -x $_ } map { "/bin/$_" } qw(bash tcsh zsh ash ksh); -- cgit v1.2.1