summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-06-21 10:43:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-06-21 10:43:27 +0000
commit82c51231c64ee6a737aa46c4979fee1983a8fef2 (patch)
tree855924e46e5d9b846476aa07c51c123f6fbaa97c
parent27893da156a8bf46ae00c310dcd06b61b6a28c86 (diff)
downloaddrakx-backup-do-not-use-82c51231c64ee6a737aa46c4979fee1983a8fef2.tar
drakx-backup-do-not-use-82c51231c64ee6a737aa46c4979fee1983a8fef2.tar.gz
drakx-backup-do-not-use-82c51231c64ee6a737aa46c4979fee1983a8fef2.tar.bz2
drakx-backup-do-not-use-82c51231c64ee6a737aa46c4979fee1983a8fef2.tar.xz
drakx-backup-do-not-use-82c51231c64ee6a737aa46c4979fee1983a8fef2.zip
s/Linux-Mandrake/Mandrake Linux/
s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
-rw-r--r--docs/README2
-rw-r--r--mdk-stage1/init.c2
-rw-r--r--perl-install/detect_devices.pm2
-rw-r--r--rescue/tree/etc/issue2
-rwxr-xr-xrescue/tree/etc/rc.sysinit2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/README b/docs/README
index 6aaeae06d..08d5613cc 100644
--- a/docs/README
+++ b/docs/README
@@ -6,7 +6,7 @@ to the RH newt install.
********************************************************************************
Like all good free software, DrakX is in CVS :)
-You can access it at http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/gi
+You can access it at http://www.mandrakelinux.com/cgi-bin/cvsweb.cgi/gi
or via
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index eb84c5e06..e0587f2a4 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -349,7 +349,7 @@ int main(int argc, char **argv)
printf("*** TESTING MODE ***\n");
- printf("\n\t\t\t\033[1;40mWelcome to Linux-\033[1;36mMandrake\033[0;39m\n\n");
+ printf("\n\t\t\t\033[1;40mWelcome to \033[1;36mMandrake\033[0;39m Linux\n\n");
if (!testing) {
if (mount("/proc", "/proc", "proc", 0, NULL))
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 769cd0fe5..4afe2a120 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -228,7 +228,7 @@ sub stringlist {
sub check {
my ($l) = @_;
my $ok = $l->{driver} !~ /(unknown|ignore)/;
- $ok or log::l("skipping $l->{description}, no module available (if you know one, please mail bugs\@linux-mandrake.com)");
+ $ok or log::l("skipping $l->{description}, no module available (if you know one, please mail install\@mandrakesoft.com)");
$ok
}
diff --git a/rescue/tree/etc/issue b/rescue/tree/etc/issue
index 82433dac0..c7306ecb2 100644
--- a/rescue/tree/etc/issue
+++ b/rescue/tree/etc/issue
@@ -18,7 +18,7 @@
      

-Linux Mandrake release 8.0 (Cooker)
+Mandrake Linux release 8.0 (Cooker)
Use loadkeys to change your keyboard layout (eg: loadkeys fr)
Use modprobe to load modules (eg: modprobe snd-card-fm801)
diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit
index 3b2e4aebd..2c36c31c5 100755
--- a/rescue/tree/etc/rc.sysinit
+++ b/rescue/tree/etc/rc.sysinit
@@ -4,7 +4,7 @@ action() { echo $1; shift; $*; }
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-echo -e "\t\t\tWelcome to Linux \\033[1;36mMandrake\\033[0;39m"
+echo -e "\t\t\tWelcome to \\033[1;36mMandrake\\033[0;39m Linux"
action "Mounting proc filesystem" mount -n -t proc /proc /proc
action "Remounting root filesystem in read-write mode" mount -n -o remount,rw /