diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:41:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:41:07 +0000 |
commit | 44e8f75007125c7366834efd0e54dfe826213efd (patch) | |
tree | ca724e46359ded750806495429ffabf54b63ddb6 /perl-install/services.pm | |
parent | b91578961c470e3a90d2a275fd65a9f0c751adfa (diff) | |
download | drakx-44e8f75007125c7366834efd0e54dfe826213efd.tar drakx-44e8f75007125c7366834efd0e54dfe826213efd.tar.gz drakx-44e8f75007125c7366834efd0e54dfe826213efd.tar.bz2 drakx-44e8f75007125c7366834efd0e54dfe826213efd.tar.xz drakx-44e8f75007125c7366834efd0e54dfe826213efd.zip |
list nfs-common and nfs-server services (instead of nfs) in "File sharing" category (thanks to spuk)
Diffstat (limited to 'perl-install/services.pm')
-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 cdf150b38..02f75ab33 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -124,7 +124,7 @@ sub ask_ { N("Internet") => [ qw(httpd boa tux roxen ftp pftp tftp proftpd wu-ftpd pure-ftpdipsec proftpd-xinetd ipchains iptables ip6tables ipvsadm isdn4linux ibod jabber jabber-icq adsl squid portsentry prelude nessusd junkbuster radvd cddbp ippl iptoip jail.init) ], - N("File sharing") => [ qw(nfs nfslock smb nettalk netfs mcserv autofs amd + N("File sharing") => [ qw(nfs-common nfs-server nfslock smb nettalk netfs mcserv autofs amd venus.init auth2.init codasrv.init update.init swat) ], N("System") => [ qw(usb usbd pcmcia irda xinetd inetd kudzu harddrake apmd sound network xfs alsa functions halt kheader killall mandrake_everytime mandrake_firstime |