diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 19:03:31 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-13 01:14:29 +0300 |
commit | 294e23fc6b844e0a2fc25feee0a0c5ed8c8009de (patch) | |
tree | 7eec5b5cf7ba79e30c7cc9b466dc5cb3b340a98b /testing/gdnsd/gdnsd.pre-install | |
parent | d33eba5b8b0c24d2f5b368b72b93ff89ade6935d (diff) | |
download | aports-294e23fc6b844e0a2fc25feee0a0c5ed8c8009de.tar.bz2 aports-294e23fc6b844e0a2fc25feee0a0c5ed8c8009de.tar.xz |
testing/gdnsd: remove, is in community/
Diffstat (limited to 'testing/gdnsd/gdnsd.pre-install')
-rw-r--r-- | testing/gdnsd/gdnsd.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/gdnsd/gdnsd.pre-install b/testing/gdnsd/gdnsd.pre-install deleted file mode 100644 index 0bd9cb7f66..0000000000 --- a/testing/gdnsd/gdnsd.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S gdnsd 2>/dev/null -adduser -S -D -H -h /dev/null -s /sbin/nologin -G gdnsd -g gdnsd gdnsd 2>/dev/null - -exit 0 |