aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2024-04-22 13:02:46 +0000
committerOlivier Certner <olce@FreeBSD.org>2024-04-30 13:44:34 +0000
commit9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb (patch)
tree415db06eba42fee8bcce4f8d427968b87f280cb4 /usr.sbin
parentc0b58e65deca1e5e2c434ede7e64f03af6044be8 (diff)
downloadsrc-9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb.tar.gz
src-9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb.zip
Remove remnants of portsnap(8)
This was prompted by noticing that '/var/db/portsnap' still exists on newly-installed machines. With this change, all mentions of portsnap(8) in the tree are gone, except for the historical note in the AUTHORS section of manpage phttpget(8). locate(1) will thus start indexing again '/var/db/portsnap' on machines where this directory still exists, which may be a good way to push administrators to delete it. Reviewed by: cperciva Approved by: emaste (mentor) MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45023
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/freebsd-update/freebsd-update.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index 9f5eaebfd64a..fb9924ee60eb 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -1105,10 +1105,10 @@ IDS_check_params () {
# a useful answer, use the server name specified by the user.
# Put another way... look up _http._tcp.${SERVERNAME} and pick a server
# from that; or if no servers are returned, use ${SERVERNAME}.
-# This allows a user to specify "portsnap.freebsd.org" (in which case
-# portsnap will select one of the mirrors) or "portsnap5.tld.freebsd.org"
-# (in which case portsnap will use that particular server, since there
-# won't be an SRV entry for that name).
+# This allows a user to specify "update.FreeBSD.org" (in which case
+# freebsd-update will select one of the mirrors) or "update1.freebsd.org"
+# (in which case freebsd-update will use that particular server, since
+# there won't be an SRV entry for that name).
#
# We ignore the Port field, since we are always going to use port 80.