diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-11 12:13:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-11 12:13:53 +0000 |
commit | 18d4bef13514abaf548dbfa4eaa75be4f5717b2b (patch) | |
tree | ecad101f8a820594916d8552aebfd99996f4b94b | |
parent | 875b26a633e827a0f8df6e32b7cf094685b633c9 (diff) | |
download | drakx-18d4bef13514abaf548dbfa4eaa75be4f5717b2b.tar drakx-18d4bef13514abaf548dbfa4eaa75be4f5717b2b.tar.gz drakx-18d4bef13514abaf548dbfa4eaa75be4f5717b2b.tar.bz2 drakx-18d4bef13514abaf548dbfa4eaa75be4f5717b2b.tar.xz drakx-18d4bef13514abaf548dbfa4eaa75be4f5717b2b.zip |
added missing take into account of /etc/modules.conf
-rwxr-xr-x | perl-install/standalone/printerdrake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index f2525a8fb..7ab7d24e9 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -45,6 +45,8 @@ $printer->{mode} ||= 'CUPS'; #- assume this default if nothing found. my $in = vnew interactive('su'); +-r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); + begin: $::isEmbedded and kill USR2, $::CCPID; printerdrake::main($printer, $in, sub { $in->standalone::pkgs_install(@_) }); |