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 61984bbfb..e1abf1cda 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -124,7 +124,7 @@ sub ask_install_simple { sub ask_install { my ($in, $prefix) = @_; my %root_services = ( - _("Printing") => [ qw(cups lpr oki4daemon) ], + _("Printing") => [ qw(cups cupslpd lpr oki4daemon) ], _("Internet") => [ qw(httpd ftp proftpd wuftpd) ], _("File sharing") => [ qw(nfs nfslock smb nettalk) ], _("System") => [ qw(usb usbd pcmcia irda xinetd inetd kudzu harddrake apmd sound network xfs) ], |