diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-05 10:02:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-05 10:02:49 +0000 |
commit | b096f5f83821eb24c28423f402866002a8f0ddac (patch) | |
tree | c75865f09a1f4cdd3830eb5cb8ee132d6b660c63 /perl-install/standalone/scannerdrake | |
parent | 9661f99ef3287f6ebb3e08b4242aebde1c804d49 (diff) | |
download | drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.gz drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.bz2 drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.xz drakx-b096f5f83821eb24c28423f402866002a8f0ddac.zip |
kill $Log (487 useless lines supressed from drakxtools)
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-x | perl-install/standalone/scannerdrake | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 92a570341..3ff8d61fb 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -110,46 +110,3 @@ sub tryConfScanner { sub quit { $::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0); } - -#----------------------------------------------- -# $Log$ -# Revision 1.13 2002/08/01 16:56:59 tvignaud -# perl_checker fixes -# -# Revision 1.12 2002/07/31 23:10:55 prigaux -# Handle parsing --embedded command line in standalone.pm -# => allows to remove the somewhat mythical -# $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ -# -# Revision 1.11 2002/03/11 06:43:36 yduret -# re-re-re-re-re-re-uncomment the pkgs check line. -# -# Revision 1.10 2002/03/10 15:25:10 yduret -# added ASK DEVICE support -# -# Revision 1.9 2002/03/09 14:23:48 yduret -# added sum up at the end -# -# Revision 1.8 2002/03/09 00:58:36 yduret -# uncomment line that checks if sane rpm is installed or not (thx gc). -# i sux, -# -# Revision 1.7 2002/02/18 17:32:42 yduret -# HP OfficeJet support -# -# Revision 1.6 2002/02/18 16:12:07 yduret -# scsi/parport preliminary support -# -# Revision 1.5 2002/01/18 20:16:48 gc -# - move 'use standalone' up to comply to 'explanations' -# - fix a small english problem -# -# Revision 1.4 2001/11/19 17:39:03 pablo -# Corrected English errors -# -# Revision 1.3 2001/11/19 10:50:37 yduret -# added dynamic support -# -# Revision 1.2 2001/11/12 15:19:54 yduret -# update -# |