summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-28 21:34:39 +0000
committerdamien <damien@mandriva.com>2001-08-28 21:34:39 +0000
commit4d4d8537864fab3b0ec6cf2290c0e4b96433f60c (patch)
tree0f0b590aa7674c7822aa42f24c99fa56155d330a /perl-install/services.pm
parent2ee78f3a9058098c7bdb9085bc5872662459755f (diff)
downloaddrakx-backup-do-not-use-4d4d8537864fab3b0ec6cf2290c0e4b96433f60c.tar
drakx-backup-do-not-use-4d4d8537864fab3b0ec6cf2290c0e4b96433f60c.tar.gz
drakx-backup-do-not-use-4d4d8537864fab3b0ec6cf2290c0e4b96433f60c.tar.bz2
drakx-backup-do-not-use-4d4d8537864fab3b0ec6cf2290c0e4b96433f60c.tar.xz
drakx-backup-do-not-use-4d4d8537864fab3b0ec6cf2290c0e4b96433f60c.zip
added cupslpd in printing section
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 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) ],