opt/openntpd/post-install
Simon Gloßner 7cb63bc48d [notify] openntpd: new user/group
The default user and group is 'ntp'. Please rename the old user and
group (_ntp).

Adopted the port from Brett.
2008-06-18 02:27:51 +02:00

6 lines
114 B
Bash
Executable File

#!/bin/sh
/usr/sbin/groupadd ntp
/usr/sbin/useradd -g ntp -d /var/empty -s /bin/false ntp
/usr/bin/passwd -l ntp