From 5263b83fea44e653e1f1891b20a33abe5d8783d9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 13 Feb 2012 15:28:16 +0000 Subject: testing/gdnsd: new aport Geographic Authoritative DNS server http://code.google.com/p/gdnsd/ --- testing/gdnsd/gdnsd.pre-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/gdnsd/gdnsd.pre-install (limited to 'testing/gdnsd/gdnsd.pre-install') diff --git a/testing/gdnsd/gdnsd.pre-install b/testing/gdnsd/gdnsd.pre-install new file mode 100644 index 00000000000..66de81a2e1d --- /dev/null +++ b/testing/gdnsd/gdnsd.pre-install @@ -0,0 +1,5 @@ +#!/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 -- cgit v1.2.3