diff options
| author | Ludovic Courtès | 2014-09-13 15:31:31 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2014-09-13 15:36:07 +0200 |
| commit | c5779c931bcfd1073da1031bd8663871a88c2950 (patch) | |
| tree | 0b4585f72dd0c541d0bfa6c6aa9db884017771b8 /gnu/packages/admin.scm | |
| parent | bed035c56060d008abbfcd7e4100f6aa76031314 (diff) | |
gnu: Synchronize GNU package descriptions with upstream.
These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.
Diffstat (limited to 'gnu/packages/admin.scm')
| -rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f28c768ce..bbf5e0b80 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -997,10 +997,10 @@ recover lost partitions and/or make non-booting disks bootable again.") (synopsis "Daemon to monitor directories for events such as file removal") (description "A daemon that monitors directories for events, such as creating, -deleting or modifying files. It can monitor different sets of directories for +deleting or modifying files. It can monitor different sets of directories for different events. When an event is detected, direvent calls a specified external program with information about the event, such as the location -within the file system where it occurred. Thus, \"direvent\" provides an easy -way to react immediately if given files undergo changes, for example, to +within the file system where it occurred. Thus, \"direvent\" provides an +easy way to react immediately if given files undergo changes, for example, to track changes in important system configuration files.") (license gpl3+))) |