diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:48 +0000 |
commit | ad308937eaf030ec15e41dd6fdb39d36519c495b (patch) | |
tree | d8b98699b067145f8736cb874c9e564d4b09394c | |
parent | 8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a (diff) | |
download | drakx-ad308937eaf030ec15e41dd6fdb39d36519c495b.tar drakx-ad308937eaf030ec15e41dd6fdb39d36519c495b.tar.gz drakx-ad308937eaf030ec15e41dd6fdb39d36519c495b.tar.bz2 drakx-ad308937eaf030ec15e41dd6fdb39d36519c495b.tar.xz drakx-ad308937eaf030ec15e41dd6fdb39d36519c495b.zip |
(root_services) list network, network-auth, network-up & resolvconf into new 'networking' category
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/services.pm | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b6490f11e..15df2f144 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - summary: o list mandi with iptables* & shorewall in services o list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system + o list network, network-auth, network-up & resolvconf into new 'networking' category Version 13.90 - 06 March 2012 diff --git a/perl-install/services.pm b/perl-install/services.pm index 6e4a9db8a..f443114e7 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -150,12 +150,11 @@ sub ask_ { prelude proftpd proftpd-xinetd pure-ftpd ipsec radvd roxen shorewall squid tftp tux wu-ftpd) ], - N("File sharing") => [ qw(amd auth2.init autofs codasrv.init mcserv netfs nettalk nfs-common nfs-server - nfslock smb swat update.init venus.init) ], + N("_: Keep these entry short\nNetworking") => [ qw(network network-auth network-up resolvconf) ], N("System") => [ qw(acon acpid alsa anacron apcupsd apmd atd bpowerd bpowerfail crond cvs dm fcron functions gpm halt harddrake inetd irda jserver keytable kheader killall kudzu mageia_everytime - mageia_firstime mdadm medusa-init messagebus microcode_ctl mosix network netconsole numlock partmon + mageia_firstime mdadm medusa-init messagebus microcode_ctl mosix netconsole numlock partmon pcmcia portmap powertweak.init psacct random rawdevices rpcbind sensors single sound syslog syslog-ng ups usb usbd wine xfs xinetd) ], |