summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-27 10:30:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-27 10:30:43 +0000
commit0061f0458515649eca323d134a603b79f8b6d28a (patch)
tree74d162857fa74cf1fdf8c7f8d940cd62af068df9 /perl-install/services.pm
parent8dde3efdac1b068c68c4e68cab5ac9bb307da2a9 (diff)
downloaddrakx-0061f0458515649eca323d134a603b79f8b6d28a.tar
drakx-0061f0458515649eca323d134a603b79f8b6d28a.tar.gz
drakx-0061f0458515649eca323d134a603b79f8b6d28a.tar.bz2
drakx-0061f0458515649eca323d134a603b79f8b6d28a.tar.xz
drakx-0061f0458515649eca323d134a603b79f8b6d28a.zip
xfs is *not* mandatory for Xorg to run (#32846)
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index fa951dde0..7756613cf 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -96,7 +96,7 @@ sshd => N_("Secure Shell is a network protocol that allows data to be exchanged
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 Xorg to run)."),
+xfs => N_("Starts the X Font Server."),
xinetd => N_("Starts other deamons on demand."),
);
my ($name) = @_;