aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake.pm
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-06-11 16:26:06 +0000
committerYves Duret <yduret@mandriva.com>2001-06-11 16:26:06 +0000
commit76f120616edb9930fa62df93554ea7811e5c2d74 (patch)
tree9b79c92002b1586a2f0440305309be5a52afcf4b /transfugdrake.pm
parent566af63a748fd3637b91ee12d3fa77425806e4d8 (diff)
downloadtransfugdrake-76f120616edb9930fa62df93554ea7811e5c2d74.tar
transfugdrake-76f120616edb9930fa62df93554ea7811e5c2d74.tar.gz
transfugdrake-76f120616edb9930fa62df93554ea7811e5c2d74.tar.bz2
transfugdrake-76f120616edb9930fa62df93554ea7811e5c2d74.tar.xz
transfugdrake-76f120616edb9930fa62df93554ea7811e5c2d74.zip
changed name
Diffstat (limited to 'transfugdrake.pm')
-rw-r--r--transfugdrake.pm97
1 files changed, 0 insertions, 97 deletions
diff --git a/transfugdrake.pm b/transfugdrake.pm
deleted file mode 100644
index fd3123e..0000000
--- a/transfugdrake.pm
+++ /dev/null
@@ -1,97 +0,0 @@
-#! /usr/bin/perl
-
-#
-# Yves Duret (yduret at mandrakesoft.com)
-#
-# Copyright 2001 MandrakeSoft
-#
-# This software may be freely redistributed under the terms of the GNU
-# public license.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-
-use lib q(/usr/lib/libDrakX);
-
-use common qw(:common :system :file);
-use interactive;
-use standalone;
-use log;
-use my_gtk qw(:helpers :wrappers :ask);
-#use c;
-use netconnect;
-use detect_devices;
-
-$::isInstall and die "Not supported during install.\n";
-
-
-$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
-
-local $_ = join '', @ARGV;
-
-/-h/ and die "usage: transfug [--version]\n";
-/-version/ and die 'transfug '."\n";
-$::isEmbedded or $::isWizard = 1;
-$::Wizard_pix_up = "wiz_drakgw.png";
-$::Wizard_title = _("Transfug");
-$::direct = /-direct/;
-
-my $in = interactive::vnew('su');
-
-if (!(-e "/mnt/win_c")) {
- print "no windows partitions ?\n";
-}
-if (-e "/mnt/win_c") {
- print "windows partitions exists\n";
-}
-
-
-begin:
-
-#- **********************************
-#- * 0th step: verify if we are already set up
-
- $::Wizard_no_previous = 1;
-
-#- **********************************
-#- * 1st step: detect/setup
-step_1:
-
-$::direct or $in->ask_okcancel(_("Transfug"),
-_("Kick windows out of your life.
-
-The next step will be bringing back windows(c)(r)(tm) files"), 1) or quit_global($in, 0);
-
-
-#- **********************************
-#- * 2nd step: win files
-step_2:
- print "step2\n";
-
-$wait_configuring = $in->wait_message(_("Configuring..."),
- _("Configuring scripts, installing software, starting servers..."));
-
-undef $wait_configuring;
-
-if (!(-e "/mnt/win_c")) {
- $in->ask_warn(_("No windows(c)(r)(tm) on your system!"),
- _("No windows on your system. Please install windows first!"));
- quit_global($in);
-}
-
-$::direct or $in->ask_okcancel(_("Transfug"),
-_("Pas pour les pdm.
-Do you want to copy all the c:\\My Documents to one of your user home ?"), 1) or quit_global($in, 0);
-
-#- *******************************
-#- * 3rd step: mail from win
-step_3:
-
- print "step3\n";
-#$::direct or
-$a=ask_file(_("Select file"));
-
-print "-->$a<--\n"
-