diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-02 14:05:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-02 14:05:44 +0000 |
commit | 5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91 (patch) | |
tree | 60a53171f6ad5234d6908d6dec9f30392413ed57 /testing/gdnsd/gdnsd.pre-install | |
parent | 09b3339a721ca4de965b765421411a919d103d67 (diff) | |
download | aports-5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91.tar.bz2 aports-5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91.tar.xz |
main/gdnsd: moved from testing
Diffstat (limited to 'testing/gdnsd/gdnsd.pre-install')
-rw-r--r-- | testing/gdnsd/gdnsd.pre-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/gdnsd/gdnsd.pre-install b/testing/gdnsd/gdnsd.pre-install deleted file mode 100644 index 66de81a2e1..0000000000 --- a/testing/gdnsd/gdnsd.pre-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -addgroup gdnsd 2>/dev/null -adduser -S -H -h /dev/null -s /bin/false -D -G gdnsd gdnsd 2>/dev/null -exit 0 |