aports/main/openntpd/openntpd.pre-install
Natanael Copa 2d2ddf507b move core/* to main/
added maintainer to several packages as well
2009-07-23 18:24:11 +00:00

8 lines
177 B
Bash

#!/bin/sh
# 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
exit 0