remove messages about user/group change.

This commit is contained in:
brad 2004-06-24 03:33:15 +00:00
parent d84edf1a11
commit 9846a8fec8
2 changed files with 2 additions and 26 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $OpenBSD: INSTALL,v 1.6 2003/06/22 10:06:45 sturm Exp $
# $OpenBSD: INSTALL,v 1.7 2004/06/24 03:33:15 brad Exp $
#
# Pre/post-installation setup of majordomo
@ -74,17 +74,6 @@ do_install_configuration()
fi
}
do_warning()
{
echo "+---------------"
echo "| WARNING!"
echo "|"
echo "| This port has changed its user/group from 'majordom' to"
echo "| '_majordomo'. If you installed this port before, ensure"
echo "| all permissions are set correctly and then \"rmuser majordom\"."
echo "+---------------"
}
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
@ -99,7 +88,6 @@ case $2 in
do_set_file_permissions
do_install_configuration
cat ${PREFIX}/share/doc/majordomo/post-install-notes
do_warning
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.11 2003/11/13 05:56:00 kevlo Exp $
# $OpenBSD: INSTALL,v 1.12 2004/06/24 03:33:15 brad Exp $
#
# Pre/post-installation setup of openwebmail
@ -72,17 +72,6 @@ do_install()
echo
}
do_warning()
{
echo "+---------------"
echo "| WARNING!"
echo "|"
echo "| This port has changed its user from 'mail' to '_mail'. If you"
echo "| installed this port before, ensure all permissions are set"
echo "| correctly and then \"groupdel mail\"."
echo "+---------------"
}
# Verify proper execution
#
if [ $# -ne 2 ]; then
@ -102,7 +91,6 @@ case $2 in
else
do_install "$1"
fi
do_warning
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2