aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rmilter/rmilter-clamav.pre-install
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-11-28 18:40:10 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-12-26 10:01:53 +0000
commitb3d10d56958485c034a5c66d006ee680644d5b77 (patch)
treed84d7d16b61afad2aeb2773754fcbbf2dc75ead7 /testing/rmilter/rmilter-clamav.pre-install
parent8db10f90bc1848cd8050dfe0df9cc40671225d39 (diff)
downloadaports-b3d10d56958485c034a5c66d006ee680644d5b77.tar.bz2
aports-b3d10d56958485c034a5c66d006ee680644d5b77.tar.xz
testing/rmilter: upgrade to 1.10.0, implemented an idea of modular design
-- - subpackages adds more functionality in one click - made a kind of automatic service dependency for external local services
Diffstat (limited to 'testing/rmilter/rmilter-clamav.pre-install')
-rw-r--r--testing/rmilter/rmilter-clamav.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/rmilter/rmilter-clamav.pre-install b/testing/rmilter/rmilter-clamav.pre-install
new file mode 100644
index 0000000000..1adaa3194f
--- /dev/null
+++ b/testing/rmilter/rmilter-clamav.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+adduser rmilter clamav 2>/dev/null
+echo "You cat add clamd to rc_need list at /etc/conf.d/rmilter"
+
+exit 0