diff --git a/japanese/Wnn/pkg/MESSAGE b/japanese/Wnn/pkg/MESSAGE index 25c3b2a9b47..ce3c9b90090 100644 --- a/japanese/Wnn/pkg/MESSAGE +++ b/japanese/Wnn/pkg/MESSAGE @@ -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". -+---------------------------------------------------------------------- diff --git a/net/vsftpd/pkg/INSTALL b/net/vsftpd/pkg/INSTALL index fb333f52016..de7fe6dcb21 100644 --- a/net/vsftpd/pkg/INSTALL +++ b/net/vsftpd/pkg/INSTALL @@ -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 diff --git a/news/leafnode/pkg/INSTALL b/news/leafnode/pkg/INSTALL index 177f882bb87..3c1be9f6d51 100755 --- a/news/leafnode/pkg/INSTALL +++ b/news/leafnode/pkg/INSTALL @@ -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 diff --git a/security/scanlogd/pkg/MESSAGE b/security/scanlogd/pkg/MESSAGE index 9a647cefd10..751b63b0068 100644 --- a/security/scanlogd/pkg/MESSAGE +++ b/security/scanlogd/pkg/MESSAGE @@ -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". -********************* diff --git a/www/privoxy/pkg/INSTALL b/www/privoxy/pkg/INSTALL index 52529355464..6e8dab477c4 100644 --- a/www/privoxy/pkg/INSTALL +++ b/www/privoxy/pkg/INSTALL @@ -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 diff --git a/www/squid/pkg/MESSAGE b/www/squid/pkg/MESSAGE index 2ca0c7c646d..ed81494237d 100644 --- a/www/squid/pkg/MESSAGE +++ b/www/squid/pkg/MESSAGE @@ -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. -* -*********************