repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
openntpd
/
post-install
blob
4f0da8d0abe31342981bfc4dc2e48ef6839ae2d3
1
#!/bin/sh
2
cat
<<EOF
3
NOTE: OpenNTPD needs its own user and group for privilege separation.
4
Please create the needed users by using these commands in
5
succession:
6
7
# addgroup -S openntpd
8
# adduser -S -h /var/empty -G openntpd openntpd
9
EOF