summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-27 15:45:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-27 15:45:26 +0000
commit1b7cf82a640b68348450a4fdb4135dabfe71fe6b (patch)
tree97a0a8eb14e6ded80c4a26b405e8f2cab663fedc /perl-install/any.pm
parent74d38b9c2d976afb457e1a0bacbb3b6be3535037 (diff)
downloaddrakx-backup-do-not-use-1b7cf82a640b68348450a4fdb4135dabfe71fe6b.tar
drakx-backup-do-not-use-1b7cf82a640b68348450a4fdb4135dabfe71fe6b.tar.gz
drakx-backup-do-not-use-1b7cf82a640b68348450a4fdb4135dabfe71fe6b.tar.bz2
drakx-backup-do-not-use-1b7cf82a640b68348450a4fdb4135dabfe71fe6b.tar.xz
drakx-backup-do-not-use-1b7cf82a640b68348450a4fdb4135dabfe71fe6b.zip
really chkconfig --add and --del for "diskdrake --fileshare" (thanks to Olivier Blin)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 0921ec652..e1191ebb0 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -860,8 +860,10 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na
if ($l{$_}) {
$in->do_pkgs->ensure_is_installed($pkg, $file) or return;
services::start($service);
+ services::start_service_on_boot($service);
} elsif (-e $file) {
services::stop($service);
+ services::do_not_start_service_on_boot($service);
}
}
}