summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-05 02:38:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-05 02:38:55 +0000
commitd1b72e2fffaa74c2a886118db06f89cd36e4a8df (patch)
treeffb799e1b9b5cff95bcb87379c09e3bbb47dc344 /perl-install/services.pm
parentbd991a1b73d7b0fb7cc9bfab9474ecf87a2f816c (diff)
downloaddrakx-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/services.pm')
-rw-r--r--perl-install/services.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index 2c6fa1051..2eb4b1655 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -62,7 +62,7 @@ This service provides NFS server functionality, which is configured via the
nfslock => N_("NFS is a popular protocol for file sharing across TCP/IP
networks. This service provides NFS file locking functionality."),
numlock => N_("Automatically switch on numlock key locker under console
-and XFree at boot."),
+and Xorg at boot."),
oki4daemon => N_("Support the OKI 4w and compatible winprinters."),
pcmcia => N_("PCMCIA support is usually to support things like ethernet and
modems in laptops. It won't get started unless configured so it is safe to have
@@ -88,7 +88,7 @@ sound => N_("Launch the sound system on your machine"),
syslog => N_("Syslog is the facility by which many daemons use to log messages
to various system log files. It is a good idea to always run syslog."),
usb => N_("Load the drivers for your usb devices."),
-xfs => N_("Starts the X Font Server (this is mandatory for XFree to run)."),
+xfs => N_("Starts the X Font Server (this is mandatory for Xorg to run)."),
);
my ($name) = @_;
my $s = $services{$name};