aboutsummaryrefslogtreecommitdiffstats
path: root/main/arpwatch/arpwatch.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/arpwatch/arpwatch.pre-install')
-rw-r--r--main/arpwatch/arpwatch.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/arpwatch/arpwatch.pre-install b/main/arpwatch/arpwatch.pre-install
index 56fdfe34e03..a8d1e31bd92 100644
--- a/main/arpwatch/arpwatch.pre-install
+++ b/main/arpwatch/arpwatch.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -S -H -s /sbin/nologin -D -g arpwatch arpwatch 2>/dev/null
+adduser -S -D -H -s /sbin/nologin -g arpwatch arpwatch 2>/dev/null
exit 0