summaryrefslogtreecommitdiffstats
path: root/antivirus
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:16:26 +0200
committerBor Kraljič2011-10-14 14:16:26 +0200
commit89a43546214411991bb2f03b11707de7cff098e6 (patch)
tree96047c623d5a522d97d3793885547c043f9ab2e0 /antivirus
parent79d98de8369a7f64026ed73dce4197343fd0258e (diff)
inoclam: fixed long description wrap (scripted)
Diffstat (limited to 'antivirus')
-rwxr-xr-xantivirus/inoclam/DETAILS9
-rw-r--r--antivirus/inoclam/HISTORY3
2 files changed, 9 insertions, 3 deletions
diff --git a/antivirus/inoclam/DETAILS b/antivirus/inoclam/DETAILS
index 59ec1cd5a0..665d4cc7f8 100755
--- a/antivirus/inoclam/DETAILS
+++ b/antivirus/inoclam/DETAILS
@@ -18,8 +18,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="antivirus"
SHORT="watch user specified directories for viruses"
cat << EOF
-inoclam uses inotify to watch user specified directories. When a file is created, changed or
-copied to one of the monitored directories, the file is virus checked with Clam Anti-Virus. If
-a virus is detected, the file is optionally removed from the file system and the administrator
+inoclam uses inotify to watch user specified directories. When a file is
+created, changed or
+copied to one of the monitored directories, the file is virus checked with
+Clam Anti-Virus. If
+a virus is detected, the file is optionally removed from the file system
+and the administrator
is optionally notified.
EOF
diff --git a/antivirus/inoclam/HISTORY b/antivirus/inoclam/HISTORY
index 5243311404..216d991607 100644
--- a/antivirus/inoclam/HISTORY
+++ b/antivirus/inoclam/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)