repo/extra/openntpd/pre-remove

8 lines
181 B
Plaintext
Raw Normal View History

2024-01-02 08:38:59 -07:00
#!/bin/sh
cat <<EOF
A dedicated user and group was created for openntpd when it was installed.
You may be interested in removing them, which you can do so with:
# deluser ntpd
EOF