Mention removing the 'news' user in DEINSTALL.

ok brad@
This commit is contained in:
marcm 2003-01-22 06:56:39 +00:00
parent 3732691a13
commit f19fd446e6

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.6 2003/01/21 16:58:11 marcm Exp $
# $OpenBSD: DEINSTALL,v 1.7 2003/01/22 06:56:39 marcm Exp $
#
set -e
@ -18,6 +18,10 @@ echo "| To fully remove $1 from your system you should also"
echo "| remove the configuration files from the ${SYSCONFDIR}/leafnode"
echo "| directory as well as the news spool directory ${SPOOLDIR}."
echo "|"
echo "| You should also remove the 'news' user from the system by running:"
echo "|"
echo "| userdel news"
echo "|"
echo "| If you are planning on installing $1 again in the future"
echo "| you can leave them as they are."
echo "|"