diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-13 13:11:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-13 13:11:58 +0000 |
commit | 80e48e68f938a747844de5498dcf0a24849b3faa (patch) | |
tree | b0a670d73a11d4a0fbeef75f0ffe4b55e5a24c27 | |
parent | b0a2c00ae78eb267724428d99a571b83ff32aaec (diff) | |
download | drakx-backup-do-not-use-80e48e68f938a747844de5498dcf0a24849b3faa.tar drakx-backup-do-not-use-80e48e68f938a747844de5498dcf0a24849b3faa.tar.gz drakx-backup-do-not-use-80e48e68f938a747844de5498dcf0a24849b3faa.tar.bz2 drakx-backup-do-not-use-80e48e68f938a747844de5498dcf0a24849b3faa.tar.xz drakx-backup-do-not-use-80e48e68f938a747844de5498dcf0a24849b3faa.zip |
updated repartition of services into category, network category are commented so
that service will to "Other" one.
-rw-r--r-- | perl-install/services.pm | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index e1abf1cda..aedd640e7 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -124,11 +124,25 @@ sub ask_install_simple { sub ask_install { my ($in, $prefix) = @_; my %root_services = ( - _("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) ], - _("Remote Administration") => [ qw(sshd telnetd webmin) ], + _("Printing") => [ qw(cups cupslpd lpr lpd oki4daemon hpoj apcupsd cups-lpd ) ], + _("Internet") => [ qw(httpd boa tux roxen ftp pftp tftp proftpd wu-ftpd pure-ftpdipsec proftpd-xinetd + ipchains iptables ipvsadm isdn4linux ibod jabber jabber-icq adsl squid + portsentry prelude nessusd junkbuster radvd cddbp ippl iptoip jail.init ) ], + _("File sharing") => [ qw(nfs nfslock smb nettalk netfs mcserv autofs amd + venus.init auth2.init codasrv.init update.init swat ) ], + _("System") => [ qw(usb usbd pcmcia irda xinetd inetd kudzu harddrake apmd sound network xfs + alsa functions halt kheader killall mandrake_everytime mandrake_firstime + random rawdevices single keytable syslog crond medusa-init portmap acon + anacron atd gpm psacct wine acpid numlock jserver sensors mosix bpowerd bpowerfail + fcron powertweak.init ups syslog-ng cvs) ], + _("Remote Administration") => [ qw(sshd telnetd telnet rsh rlogin rexec webmin cfd heartbeat ldirectord + iplog mon vncserver netsaint olympusd drakxtools_http ) ], +# _("Network Client") => [ qw(ypbind nscd arpwatch fetchmail dnrd_rc diald rsync ) ], +# _("Network Server") => [ qw(named bootparamd ntpd xntpd chronyd postfix sendmail +# imap imaps ipop2 ipop3 pop3s routed yppasswdd ypserv ldap dhcpd dhcrelay +# hylafax innd identd rstatd rusersd rwalld rwhod gated +# kadmin kprop krb524 krb5kdc krb5server hldsld bayonne sockd dhsd gnu-pop3d +# gdips pptpd.conf vrrpd crossfire bnetd pvmd ircd sympa finger ntalk talk) ], _("Database Server") => [ qw(mysql postgresql) ], ); my %services_root; |