diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /openntpd/post-install | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'openntpd/post-install')
-rwxr-xr-x | openntpd/post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openntpd/post-install b/openntpd/post-install new file mode 100755 index 000000000..59ed3cb3c --- /dev/null +++ b/openntpd/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/sbin/groupadd -g 83 _ntp +/usr/sbin/useradd -g _ntp -u 83 -c "NTP Daemon" -d /var/empty -s /bin/false _ntp +/usr/bin/passwd -l _ntp |