diff options
-rw-r--r-- | perl-install/services.pm | 2 |
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) = @_; |