diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 19:01:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 19:01:10 +0000 |
commit | 04fec435376e3a2226ee0e2a52ce2f3442453b0d (patch) | |
tree | b2f877f69f9599b739aa42217f91ae8b94411e91 | |
parent | 0b6720c3aecc93d710ddc7ab3eabdece17bd193d (diff) | |
download | aports-04fec435376e3a2226ee0e2a52ce2f3442453b0d.tar.bz2 aports-04fec435376e3a2226ee0e2a52ce2f3442453b0d.tar.xz |
core/openntpd: fix install script
-rw-r--r-- | core/openntpd/openntpd.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openntpd/openntpd.install b/core/openntpd/openntpd.install index ebc8fe0514..4fe74cc3f7 100644 --- a/core/openntpd/openntpd.install +++ b/core/openntpd/openntpd.install @@ -1,7 +1,7 @@ #!/bin/sh case $1 in - pre-install) + pre_install) # this user should be included in alpine-baselayout-1.2. # included here for backward compability. adduser -H -h /var/empty -s /bin/false -D ntp 2>/dev/null |