summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-xperl-install/standalone/scannerdrake43
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
-#