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