From 0061f0458515649eca323d134a603b79f8b6d28a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Aug 2007 10:30:43 +0000 Subject: xfs is *not* mandatory for Xorg to run (#32846) --- perl-install/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) = @_; -- cgit v1.2.1