diff options
author | Matt Smith <mcs@darkregion.net> | 2011-03-29 23:40:36 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-03-29 23:40:36 -0500 |
commit | 4346c9975804621d2e276ef1a12c0695dce71eb1 (patch) | |
tree | 2a5e5b38423947a52d303068a2344d2bf6c65d09 /main/nsd/nsd.pre-install | |
parent | f3e054e83191c6bddd83f639c8826e829b790e91 (diff) | |
download | aports-4346c9975804621d2e276ef1a12c0695dce71eb1.tar.bz2 aports-4346c9975804621d2e276ef1a12c0695dce71eb1.tar.xz |
main/nsd: moved from testing
Diffstat (limited to 'main/nsd/nsd.pre-install')
-rw-r--r-- | main/nsd/nsd.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/nsd/nsd.pre-install b/main/nsd/nsd.pre-install new file mode 100644 index 0000000000..daabc70b38 --- /dev/null +++ b/main/nsd/nsd.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh + +adduser -S -H -h /var/db/nsd -s /bin/false nsd 2>/dev/null +exit 0 |