diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-08 12:53:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-08 12:53:05 +0000 |
commit | 1e7de28f7292eda72e3ba78c5fadee1551c8f54f (patch) | |
tree | f58c9e662e4d5c9579792feb2c27ad5aae7303b3 | |
parent | b0c43bfce0ee4008fb5e732310ab1c19a148bc0c (diff) | |
download | drakx-1e7de28f7292eda72e3ba78c5fadee1551c8f54f.tar drakx-1e7de28f7292eda72e3ba78c5fadee1551c8f54f.tar.gz drakx-1e7de28f7292eda72e3ba78c5fadee1551c8f54f.tar.bz2 drakx-1e7de28f7292eda72e3ba78c5fadee1551c8f54f.tar.xz drakx-1e7de28f7292eda72e3ba78c5fadee1551c8f54f.zip |
add a fam description (telling that GNOME & KDE uses it). closes part of bugzilla #1704
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 79a7f233d..03374f22b 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -25,6 +25,8 @@ at was run, and runs batch commands when the load average is low enough."), crond => N_("cron is a standard UNIX program that runs user-specified programs at periodic scheduled times. vixie cron adds a number of features to the basic UNIX cron, including better security and more powerful configuration options."), +fam => N_("FAM is a file monitoring daemon. It is used to get reports when files change. +It is used by GNOME and KDE"), gpm => N_("GPM adds mouse support to text-based Linux applications such the Midnight Commander. It also allows mouse-based console cut-and-paste operations, and includes support for pop-up menus on the console."), |