remove messages about user/group change.

This commit is contained in:
brad 2004-06-24 03:16:55 +00:00
parent d1048d4ddd
commit d84edf1a11
6 changed files with 3 additions and 65 deletions

View File

@ -4,9 +4,3 @@
| and you are advised to avoid using it as it presents a potential
| security risk for your system.
+----------------------------------------------------------------------
| WARNING!
|
| This port has changed its user from 'wnn' to '_wnn'. If you installed
| this port before, ensure all permissions are set correctly and then
| "rmuser wnn".
+----------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.2 2003/06/23 19:08:52 sturm Exp $
# $OpenBSD: INSTALL,v 1.3 2004/06/24 03:16:55 brad Exp $
#
# Pre/post-installation setup of vsftpd
@ -60,17 +60,6 @@ do_install()
echo
}
do_warning()
{
echo "+---------------"
echo "| WARNING!"
echo "|"
echo "| This port has changed its user/group from 'vsftpd' to '_vsftpd'."
echo "| If you installed this port before, ensure all permissions are set"
echo "| correctly and then \"rmuser vsftpd\"."
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
@ -90,7 +79,6 @@ case $2 in
else
do_notice $1
fi
do_warning
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: INSTALL,v 1.8 2003/11/08 21:55:50 sturm Exp $
# $OpenBSD: INSTALL,v 1.9 2004/06/24 03:16:55 brad Exp $
P_NAME=leafnode
@ -125,20 +125,6 @@ do_post()
echo
}
do_warning()
{
echo "+---------------"
echo "| WARNING!"
echo "|"
echo "| This port has changed its user from 'news' to '_news'. If you"
echo "| installed this port before, ensure all permissions are set"
echo "| correctly by running as root"
echo "| find / -user news -exec chown _news {} \;"
echo "| and then"
echo "| rmuser news"
echo "+---------------"
}
# verify proper execution
#
if [ $# -ne 2 ]; then
@ -155,7 +141,6 @@ case $2 in
POST-INSTALL)
do_create_spool_dirs
do_post
do_warning
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2

View File

@ -1,4 +1,3 @@
scanlogd requires a separate user and group named '_scanlogd' to
run. You will need to create these manually. For example:
@ -7,11 +6,3 @@ useradd -c SCANLOGD -d /nonexistent -g _scanlogd -s /sbin/nologin \
-u 514 _scanlogd
The scanlogd program will automatically switch to this user upon startup.
*********************
* WARNING!
*
* This port has changed its user/group from 'scanlogd' to '_scanlogd'. If you
* installed this port before, ensure all permissions are set correctly and
* then "rmuser scanlogd".
*********************

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.3 2003/06/22 17:24:42 sturm Exp $
# $OpenBSD: INSTALL,v 1.4 2004/06/24 03:16:55 brad Exp $
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
@ -80,17 +80,6 @@ do_message_bottom()
echo
}
do_warning()
{
echo "+---------------"
echo "| WARNING!"
echo "|"
echo "| This port has changed its user/group from 'privoxy' to '_privoxy'."
echo "| If you installed this port before, ensure all permissions are set"
echo "| correctly and then \"rmuser privoxy\"."
echo "+---------------"
}
# verify proper execution
#
if [ $# -ne 2 ]; then
@ -115,7 +104,6 @@ case $2 in
do_install_log $1
fi
do_message_bottom
do_warning
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2

View File

@ -21,11 +21,3 @@ You can also edit /etc/rc.local so that Squid is started automatically:
if [ -x ${PREFIX}/sbin/squid ]; then
echo -n ' squid'; ${PREFIX}/sbin/squid
fi
*********************
* WARNING!
*
* This port has changed the user/group it uses. If you installed this port
* before, ensure all permissions are set correctly.
*
*********************