Module Name: src Committed By: uwe Date: Sat Oct 12 09:58:39 UTC 2024
Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: postinstall: obsolete_libs - update comment ... that mentions a variable name in an AWK script far, far away. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/postinstall/postinstall.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/postinstall/postinstall.in diff -u src/usr.sbin/postinstall/postinstall.in:1.68 src/usr.sbin/postinstall/postinstall.in:1.69 --- src/usr.sbin/postinstall/postinstall.in:1.68 Sat Oct 12 07:00:17 2024 +++ src/usr.sbin/postinstall/postinstall.in Sat Oct 12 09:58:38 2024 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall.in,v 1.68 2024/10/12 07:00:17 spz Exp $ +# $NetBSD: postinstall.in,v 1.69 2024/10/12 09:58:38 uwe Exp $ # # Copyright (c) 2002-2022 The NetBSD Foundation, Inc. # All rights reserved. @@ -558,8 +558,8 @@ obsolete_paths() # to be obsolete. # # The implementation supports removing obsolete major libraries -# if the awk variable AllLibs is set, although there is no way to -# enable that in the enclosing shell function as this time. +# if the awk variable PurgeOldMajor is set, although there is no +# way to enable that in the enclosing shell function as this time. # obsolete_libs() {