summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2021-04-20 06:11:22 +0200
committer Robby Workman2021-04-20 06:11:22 +0200
commit45975139c9cd241aa880c065fd77ef4875941132 (patch)
tree36d4f30f92810fbaeb77deefc59611bcbc3d54f3
parent2a337fd9106f2e75bdb07cc4961c13b32feb10ff (diff)
downloadslackbuilds-45975139c9cd241aa880c065fd77ef4875941132.tar.gz
network/opendmarc: Fixed dep info
-rw-r--r--network/opendmarc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/opendmarc/README b/network/opendmarc/README
index ba50fb5889..8f636be946 100644
--- a/network/opendmarc/README
+++ b/network/opendmarc/README
@@ -10,7 +10,7 @@ You must have a opendmarc user to run this script:
# groupadd -g 362 opendmarc
# useradd -u 362 -d /var/run/opendmarc -s /bin/false -g opendmarc opendmarc
-And if you have postfix installed, add it to the group:
+And if you use postfix, add it to the group:
# usermod -a -G opendmarc postfix