From b096f5f83821eb24c28423f402866002a8f0ddac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 5 Aug 2002 10:02:49 +0000 Subject: kill $Log (487 useless lines supressed from drakxtools) --- perl-install/scanner.pm | 29 ------ perl-install/standalone/drakautoinst | 80 ----------------- perl-install/standalone/drakgw | 169 ----------------------------------- perl-install/standalone/logdrake | 166 ---------------------------------- perl-install/standalone/scannerdrake | 43 --------- 5 files changed, 487 deletions(-) (limited to 'perl-install') diff --git a/perl-install/scanner.pm b/perl-install/scanner.pm index d78eaf2fe..995a2f2e4 100755 --- a/perl-install/scanner.pm +++ b/perl-install/scanner.pm @@ -201,33 +201,4 @@ sub updateScannerDBfromSane { close Y; } -#-###################################################################################### -#- Wonderful perl :( -#-###################################################################################### 1; # - -#----------------------------------------------- -# $Log$ -# Revision 1.9 2002/08/01 16:31:14 tvignaud -# perl_checker fixes -# -# Revision 1.8 2002/08/01 16:20:15 tvignaud -# perl_checker fixes -# -# Revision 1.7 2002/07/08 08:34:51 tvignaud -# this doesn't need either "#!/usr/bin/perl" nor "use lib qw(/usr/lib/libDrakX);" -# -# Revision 1.6 2002/03/10 15:26:00 yduret -# added ASK support for more interactiveness during configuration -# -# Revision 1.5 2002/02/18 17:34:31 yduret -# update -# -# Revision 1.4 2002/02/18 16:16:13 yduret -# scsi parport preliminary support -# no more show unsupported scanner -# common output for ScannerDB update from sane *.desc files and from usbtable -# -# Revision 1.3 2001/11/12 15:18:02 yduret -# update, sync with cvs -# diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index f14951399..dc18dfca8 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -360,83 +360,3 @@ sub control_buttons { ) ) } - -#------------------------------------------------- -#- $Log$ -#- Revision 1.21 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.20 2002/07/30 09:57:11 prigaux -#- use $o->{interactiveSteps} instead of @install_steps_auto_install::graphical_steps -#- -#- Revision 1.19 2002/07/23 10:35:55 tvignaud -#- - Big Move 1: interactive::* hierarchy -#- -#- Revision 1.18 2002/03/06 20:17:51 damien -#- corrected HASH and ARRAY label -#- -#- Revision 1.17 2002/01/29 22:38:31 gc -#- move /root/* files (ddebug.log, install.log, report.bug, -#- auto_inst.cfg.pl, replay_install.img) to /root/drakx/, -#- and also save stage1.log there -#- -#- Revision 1.16 2002/01/18 20:22:20 gc -#- - 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' -#- -#- Revision 1.15 2002/01/08 10:21:15 fpons -#- removed stupid invocation of _("$_"), is it correct code to change it to $_ only ? -#- -#- Revision 1.14 2001/11/05 16:07:21 damien -#- typo -#- -#- Revision 1.13 2001/10/30 20:11:31 damien -#- corrected ref($in) =~ /gtk/ -#- -#- Revision 1.12 2001/10/30 17:00:05 damien -#- updated -#- -#- Revision 1.11 2001/10/26 13:45:11 damien -#- progress bar hack -#- -#- Revision 1.10 2001/10/25 11:59:58 damien -#- simple variables handled, code compression. -#- -#- Revision 1.9 2001/10/25 11:17:03 damien -#- The new and shiny drakautoinst is coming. P|-|34R -#- -#- Revision 1.8 2001/10/25 02:18:24 damien -#- The new drakautoinst is coming. P|-|34R -#- -#- Revision 1.7 2001/09/18 17:35:50 gc -#- have "manual" and "replay" translated -#- -#- Revision 1.6 2001/09/14 17:30:23 siegel -#- Check exisence of "/root/replay_install.img" before anything else ... -#- -#- Revision 1.5 2001/08/29 21:58:24 gc -#- quit_global -#- -#- Revision 1.4 2001/08/26 14:34:10 gc -#- require -> use -#- -#- Revision 1.3 2001/08/18 17:52:21 prigaux -#- big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ -#- -#- Revision 1.2 2001/08/13 19:08:27 gc -#- ouch! use lib from /usr/lib/libDrakX, rather than from .. -#- -#- Revision 1.1 2001/08/13 19:06:50 gc -#- initial revision for drakautoinst -#- - put %installSteps in a separate package (steps.pm) (for drakxtools) -#- - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff -#- - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag -#- - id, tell each step to not try to be automatic if {noauto} -#- - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone -#- - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install -#- -#- diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index c16ec4514..ace20447d 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -607,172 +607,3 @@ Click on Configure to launch the setup wizard.", $setup_state)); Gtk->exit(0); } - - -#------------------------------------------------- -#- $Log$ -#- Revision 1.64 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.63 2002/07/31 11:59:03 prigaux -#- make new perl_checker happy -#- -#- Revision 1.62 2002/07/23 10:35:55 tvignaud -#- - Big Move 1: interactive::* hierarchy -#- -#- Revision 1.61 2002/04/09 08:50:36 gc -#- time to remove ipchains/2.2 stuff since now ipchains and iptables -#- packages conflict -#- -#- Revision 1.60 2002/03/07 13:10:06 gc -#- - call net_monitor to disable internet -#- connection before network-restart -#- - user return value when status'ing the -#- initscripts rather than grepping their -#- text output -#- -#- Revision 1.59 2002/02/22 18:58:22 gc -#- exit the pur_gtk version after launching the wizard version -#- -#- Revision 1.58 2002/01/18 20:19:44 gc -#- - move 'use standalone' up to comply to 'explanations' -#- - write higher-level 'explanations' -#- - small fix, s/`ls ..`/glob(..)/ -#- -#- Revision 1.57 2001/12/17 17:58:20 gc -#- drakgw for gold -#- -#- Revision 1.56 2001/10/30 19:10:41 gc -#- use isa rather than ref to test if we're gtk -#- -#- Revision 1.55 2001/10/02 10:28:14 gc -#- don't call pkgs_install when no package needs to be installed -#- -#- Revision 1.54 2001/09/18 20:36:20 damien -#- debug -#- -#- Revision 1.53 2001/09/12 10:57:01 damien -#- corrected wizard mode in newt mode -#- -#- Revision 1.52 2001/09/06 15:38:09 gc -#- works now ;p -#- -#- Revision 1.51 2001/08/29 21:52:34 gc -#- quit_global -#- -#- Revision 1.50 2001/08/18 00:06:32 siegel -#- fixed i18n -#- -#- Revision 1.49 2001/08/09 09:35:37 gc -#- use vnew the right way everywhere -#- -#- Revision 1.48 2001/08/09 09:15:38 gc -#- - if package installs fail, redo one by one to know which one failed -#- - try to not end up with a failing configuration file, if program is brutally stopped -#- - if unrecognized config file, don't fail, rather ignore it and proceed -#- - run dhcpd_update feature (if present) after setup of dhcp server -#- -#- Revision 1.47 2001/08/08 18:26:31 prigaux -#- add interactive_pkgs stuff -#- -#- Revision 1.46 2001/08/06 13:11:35 yduret -#- use MDK::Common; -#- use network::netconnect; and update functions call from netconnect -#- -#- Revision 1.45 2001/07/24 22:39:28 prigaux -#- move to MDK::Common, bool->to_bool -#- -#- Revision 1.44 2001/05/16 11:13:21 damien -#- added icon management -#- -#- Revision 1.43 2001/05/15 14:36:31 gc -#- full path for iptables -#- -#- Revision 1.42 2001/04/12 13:50:24 gc -#- add some rule so later on tinyfirewall will not prevent everything from working -#- -#- Revision 1.41 2001/04/11 15:28:36 gc -#- kosmetik -#- -#- Revision 1.40 2001/04/11 15:16:34 gc -#- do i18n for title also -#- -#- Revision 1.39 2001/04/10 21:33:15 gc -#- add INTERFACE param in sysconfig parameter for smooth interoperation with bastille-firewall -#- -#- Revision 1.38 2001/04/09 18:09:38 yduret -#- deyvounification : remove some un-useful comments in code -#- -#- Revision 1.37 2001/04/09 16:29:20 gc -#- do not die when an initscript returns non-0 (initscripts too buggy) -#- -#- Revision 1.36 2001/04/09 11:39:40 gc -#- fix for when there is an already existing rc.firewall -#- complies with old format of drakgw so that upgrades will work -#- -#- Revision 1.35 2001/04/08 05:33:14 damien -#- updated -#- -#- Revision 1.34 2001/04/06 15:09:15 yduret -#- swap cancel/configure button -#- -#- Revision 1.33 2001/04/06 14:12:06 gc -#- - correct yvounetification in i18n stuff -#- - remove some remaining debugging printings -#- - add a bit more of explanations when starting drakgw in wizard mode -#- -#- Revision 1.32 2001/04/06 01:34:44 yduret -#- recoded a embedded && gtk mode -#- -#- Revision 1.31 2001/03/31 14:21:10 pablo -#- Updated po files and help messages (patch from Pixel) -#- -#- Revision 1.30 2001/03/29 11:52:15 damien -#- updated for new wiz png policy -#- -#- Revision 1.29 2001/03/26 15:29:01 gc -#- first attempt at pixelization of code (till's cups patches) -#- -#- Revision 1.28 2001/03/21 18:07:36 gc -#- honour embedded mode -#- -#- Revision 1.27 2001/03/13 16:23:29 gc -#- fix for bind -#- -#- Revision 1.26 2001/03/13 15:31:05 gc -#- - fix destructive parts of pixelization -#- - fix some own bugs -#- -#- Revision 1.25 2001/03/13 00:00:11 prigaux -#- pixelization -#- -#- Revision 1.24 2001/03/12 18:26:16 gc -#- - make it work as a wizard -#- - make it work with iptables (kernel-2.4) -#- -#- Revision 1.23 2001/03/01 00:18:17 damien -#- updated embedded mode -#- -#- Revision 1.22 2001/02/26 18:39:12 prigaux -#- pixelization -#- -#- Revision 1.21 2001/02/08 10:11:37 damien -#- implemented or updated embedded mode -#- -#- Revision 1.20 2001/02/08 07:00:41 damien -#- added embedded and (ugly) wizard mode. -#- -#- Revision 1.19 2001/01/10 00:32:42 prigaux -#- use standalone and standalone::pkgs_install -#- -#- Revision 1.18 2000/12/16 16:13:34 prigaux -#- use ldetect-lst -#- -#- Revision 1.17 2000/11/13 15:48:33 gc -#- Integrate Till's patches for better work with Cups. -#- -#- Revision 1.16 2000/10/10 15:31:50 gc -#- make only one call to urpmi in order to install all the needed rpm's -#- diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 9c0fb84dd..094c9f904 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -553,169 +553,3 @@ sub destroy_window { $w2 = undef if defined $w2; 0; } - - -# log -# $Log$ -# Revision 1.21 2002/08/02 17:27:31 daouda -# - expand $email in cron script -# -# Revision 1.20 2002/08/02 17:10:01 daouda -# - disable sms alerts (free sms site too complicated to -# handle). Postponed -# - mail service should work now -# - clean up code -# - give the correct right to cron file to work correctly -# - fix titi mess -# -# Revision 1.19 2002/08/01 17:24:58 tvignaud -# perl_checker fixes -# -# Revision 1.18 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.17 2002/07/26 11:23:39 daouda -# - more consistency when back button hit in wizard mode -# - back button at last stage. -# -# Revision 1.16 2002/07/25 21:23:31 daouda -# - don't display services that are not installed -# - word wrap string correctly -# - cleanup -# -# Revision 1.15 2002/03/14 18:09:12 yduret -# fix some bug -# -# Revision 1.14 2002/03/14 12:25:43 yduret -# fix * bug in field matching/ not matching -# -# Revision 1.13 2002/03/05 06:56:27 yduret -# mail alert: use eval {} to catch wizcancel -# -# Revision 1.12 2002/02/20 10:50:37 damien -# cosmetic change, mcc compliance -# -# Revision 1.11 2002/02/05 11:26:29 damien -# wizard updated -# -# Revision 1.10 2002/02/05 11:16:28 damien -# correction for mcc. -# -# Revision 1.9 2002/02/04 14:02:14 damien -# corrected typo. Yvounet, check your code!! -# -# Revision 1.8 2002/02/04 14:00:52 damien -# embedded, explain -# -# Revision 1.7 2002/02/01 22:59:27 yduret -# ergo fix thx dadou report -# -# Revision 1.6 2002/02/01 18:10:06 yduret -# fix --explain=foo bug that prevent to show anything -# -# Revision 1.5 2002/02/01 10:01:39 pablo -# changed some strings to make translation easier -# -# Revision 1.4 2002/01/29 23:19:31 yduret -# logdrake is now under gi/perl-install/standalone -# -# Revision 1.32 2002/01/27 20:47:58 yduret -# updated, added button in logdrake main screen, bug fix -# -# Revision 1.31 2002/01/27 01:58:23 yduret -# added --alert feature -# -# Revision 1.30 2002/01/26 20:42:30 yduret -# --explain= feature -# -# Revision 1.29 2001/09/15 15:44:22 siegel -# added missing space in "matching" line -# -# Revision 1.28 2001/09/15 15:34:55 siegel -# added missing _() -# -# Revision 1.27 2001/09/05 16:07:22 warly -# fix regexp for day matching -# -# Revision 1.26 2001/09/03 20:34:37 yduret -# remove ok boutton taht does nothing ! -# -# Revision 1.25 2001/09/03 20:27:29 yduret -# fix proper call to kill 'USRx' -# -# Revision 1.24 2001/09/03 20:26:25 yduret -# fix -# -# Revision 1.23 2001/08/28 15:43:01 yduret -# fix window size in embedded mode -# -# Revision 1.22 2001/08/27 12:22:03 yduret -# back from chamonix -# -# Revision 1.21 2001/08/20 15:04:55 siegel -# added "Gtk->set_locale;" -# -# Revision 1.20 2001/08/18 19:46:35 siegel -# made i18n UTF8 compliant -# -# Revision 1.19 2001/08/13 09:57:55 yduret -# added a timeout to watch file -# -# Revision 1.18 2001/08/10 10:36:17 yduret -# fixes -# -# Revision 1.17 2001/08/10 10:20:53 yduret -# calendar added more -# -# Revision 1.16 2001/08/10 09:28:35 yduret -# added calendar functionnality -# -# Revision 1.15 2001/08/10 01:46:05 yduret -# corrected vnew usage (thc gc) -# -# Revision 1.14 2001/08/06 14:58:12 yduret -# added isFile mode for daminounet -# -# Revision 1.13 2001/08/03 05:49:10 yduret -# really fixed bug when embeded in mcc -# use plain english instead of bad french -# -# Revision 1.12 2001/08/02 08:28:18 pablo -# update pot file, s/ :/:/ for English text -# -# Revision 1.11 2001/08/01 19:06:05 yduret -# pour boblack -# -# Revision 1.10 2001/08/01 17:30:21 yduret -# added mapping.. -# -# Revision 1.9 2001/08/01 13:19:14 yduret -# ask_many_from_list -# -# Revision 1.8 2001/07/19 13:24:54 pablo -# updated Croatian file -# -# Revision 1.7 2001/07/16 16:48:21 yduret -# update -# -# Revision 1.6 2001/07/03 19:40:48 pablo -# updated Danish file, -# i18n'd logdrake -# -# Revision 1.5 2001/07/03 08:54:43 yduret -# powered by DrakX technologie -# -# Revision 1.4 2001/07/02 09:47:55 yduret -# fix bug in regexp -# -# Revision 1.3 2001/06/29 16:14:01 yduret -# great upgrade -# -# Revision 1.2 2001/06/28 10:50:27 yduret -# full support of color -# -# Revision 1.1 2001/06/27 09:22:59 yduret -# added it.. -# 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 -# -- cgit v1.2.1