diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 12:14:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 12:14:20 +0000 |
commit | 213e385df136bdea70f5edfcbb85336120c87c96 (patch) | |
tree | 8113676579032fc7c64c2e68119e4814d40185d0 /perl-install/services.pm | |
parent | 12b224d0ed08d9adb5bb342768e441901b0e530c (diff) | |
download | drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.gz drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.bz2 drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.xz drakx-213e385df136bdea70f5edfcbb85336120c87c96.zip |
no_comment
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 6e838cc05..c75422c68 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -12,9 +12,8 @@ use run_program; my %services = ( anacron => __("Anacron a periodic command scheduler."), -apmd => __("apmd is used for monitoring batery status and logging it via -syslog(8). It can also be used for shutting down the machine when the battery is -low."), +apmd => __("apmd is used for monitoring batery status and logging it via syslog. +It can also be used for shutting down the machine when the battery is low."), atd => __("Runs commands scheduled by the at command at the time specified when at was run, and runs batch commands when the load average is low enough."), crond => __("cron is a standard UNIX program that runs user-specified programs |