remove messages about user/group change.

This commit is contained in:
brad 2004-06-23 05:00:15 +00:00
parent 42778c6f48
commit 0eb5b72bb0
3 changed files with 1 additions and 30 deletions

View File

@ -12,12 +12,3 @@ via the /etc/rc.local script:
if [ -x ${PREFIX}/sbin/opennap ]; then
echo -n ' opennap'; ${PREFIX}/sbin/opennap -b > /dev/null
fi
*********************
* WARNING!
*
* This port has changed its user/group from 'opennap' to '_opennap'. If you
* installed this port before, ensure all permissions are set correctly and
* then "rmuser opennap".
*********************

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.4 2003/09/01 05:13:17 fgsch Exp $
# $OpenBSD: INSTALL,v 1.5 2004/06/23 05:00:15 brad Exp $
#
# Pre/post-installation setup of gnats
@ -9,8 +9,6 @@ CONFIG_FILE=${SYSCONFDIR}/gnats-db.conf
USER=_gnats
ID=501
# Function: set up gnats user account.
#
do_accts()
{
userinfo -e $USER
@ -27,8 +25,6 @@ do_accts()
fi
}
# Function: install the gnats configuration file from the samples
#
do_configs()
{
if [ -f ${CONFIG_FILE} ]; then
@ -50,23 +46,13 @@ do_configs()
echo "| the configuration to meet your needs."
echo "+---------------"
fi
echo "| WARNING!"
echo "|"
echo "| This port has changed its user from 'gnats' to '_gnats'. If you"
echo "| installed this port before, ensure all permissions are set"
echo "| correctly and then \"rmuser gnats\"."
echo "+---------------"
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
do_accts

View File

@ -7,9 +7,3 @@
| ${PREFIX}/share/doc/mailman/UPGRADING and run
| ${PREFIX}/lib/mailman/bin/update as root.
+---------------
| WARNING!
|
| This port has changed its user/group from 'mailman' to '_mailman'. If you
| installed this port before, ensure all permissions are set correctly and
| then "rmuser mailman".
+---------------