diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-17 10:59:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-17 10:59:29 +0000 |
commit | 9390039dcc617ed3fab13d07e18c0a5850f3a0b8 (patch) | |
tree | 21010ff48a0140fc9d6714ec510b3c47334039e1 /perl-install | |
parent | 681f19024f255a1ebc18d7ddee17622887bb94eb (diff) | |
download | drakx-backup-do-not-use-9390039dcc617ed3fab13d07e18c0a5850f3a0b8.tar drakx-backup-do-not-use-9390039dcc617ed3fab13d07e18c0a5850f3a0b8.tar.gz drakx-backup-do-not-use-9390039dcc617ed3fab13d07e18c0a5850f3a0b8.tar.bz2 drakx-backup-do-not-use-9390039dcc617ed3fab13d07e18c0a5850f3a0b8.tar.xz drakx-backup-do-not-use-9390039dcc617ed3fab13d07e18c0a5850f3a0b8.zip |
move service apcupsd from Printing to System
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/services.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index a578c6c45..818397f18 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -123,7 +123,7 @@ sub ask_install_simple { sub ask_install { my ($in, $prefix) = @_; my %root_services = ( - _("Printing") => [ qw(cups cupslpd lpr lpd oki4daemon hpoj apcupsd cups-lpd ) ], + _("Printing") => [ qw(cups cupslpd lpr lpd oki4daemon hpoj 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 ) ], @@ -133,7 +133,7 @@ sub ask_install { 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) ], + fcron powertweak.init ups syslog-ng cvs apcupsd) ], _("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 ) ], |