diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 02:38:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 02:38:55 +0000 |
commit | d1b72e2fffaa74c2a886118db06f89cd36e4a8df (patch) | |
tree | ffb799e1b9b5cff95bcb87379c09e3bbb47dc344 /perl-install/standalone/XFdrake | |
parent | bd991a1b73d7b0fb7cc9bfab9474ecf87a2f816c (diff) | |
download | drakx-d1b72e2fffaa74c2a886118db06f89cd36e4a8df.tar drakx-d1b72e2fffaa74c2a886118db06f89cd36e4a8df.tar.gz drakx-d1b72e2fffaa74c2a886118db06f89cd36e4a8df.tar.bz2 drakx-d1b72e2fffaa74c2a886118db06f89cd36e4a8df.tar.xz drakx-d1b72e2fffaa74c2a886118db06f89cd36e4a8df.zip |
replaced XFree86 and XFree with Xorg (bugzilla #10531)
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index b896543d3..ee5fda955 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -69,7 +69,7 @@ sub check_XFree { my $f = "/usr/X11R6/lib/X11/rgb.txt"; #- this one is on all platform -e $f or $in->do_pkgs->install('xorg-x11', 'xorg-x11-75dpi-fonts'); - -e $f or die "install XFree86 first!\n"; + -e $f or die "install Xorg first!\n"; system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing } |