diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 18:10:33 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 18:10:33 +0000 |
| commit | 702bc247369ad37fccbefe259d2f38653b41eca6 (patch) | |
| tree | 1ce0a38e03a3097b5f72e3c3dfebef094952a01b /extra/bind/bind.install | |
| parent | b68d15db9da850d0d571e2209271d601db908f41 (diff) | |
| download | aports-702bc247369ad37fccbefe259d2f38653b41eca6.tar.bz2 aports-702bc247369ad37fccbefe259d2f38653b41eca6.tar.xz | |
extra/bind: fix install scripts
Diffstat (limited to 'extra/bind/bind.install')
| -rw-r--r-- | extra/bind/bind.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/bind/bind.install b/extra/bind/bind.install deleted file mode 100644 index a6636c5dda..0000000000 --- a/extra/bind/bind.install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -case "$1" in - pre_install) - adduser -h /etc/bind -s /bin/false -D named 2>/dev/null - ;; - post_install) - install -dD -o named -g named /var/run/named - chown -R named:named /var/bind -esac -exit 0 |
