summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-07 18:25:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-07 18:25:48 +0000
commit28bcc242a24283fd7a3c2393ce99953c82d17f7e (patch)
treed8b98699b067145f8736cb874c9e564d4b09394c /perl-install
parentd96ea8631cd7360202fee72d1866f6be0f203fea (diff)
downloaddrakx-backup-do-not-use-28bcc242a24283fd7a3c2393ce99953c82d17f7e.tar
drakx-backup-do-not-use-28bcc242a24283fd7a3c2393ce99953c82d17f7e.tar.gz
drakx-backup-do-not-use-28bcc242a24283fd7a3c2393ce99953c82d17f7e.tar.bz2
drakx-backup-do-not-use-28bcc242a24283fd7a3c2393ce99953c82d17f7e.tar.xz
drakx-backup-do-not-use-28bcc242a24283fd7a3c2393ce99953c82d17f7e.zip
(root_services) list network, network-auth, network-up & resolvconf into new 'networking' category
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/services.pm5
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) ],