diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-01-25 13:25:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-01-25 13:25:08 +0000 |
commit | 3d253b2508b0d080e5fb798b133e74b4cafc5a36 (patch) | |
tree | eb3b2e3b0aefbd1f70fb5b6a7a499978fc0c5eca /usr.sbin/pkg_add/pkg_create.1 | |
parent | a4487944e99f81caf58c914742880c1678cc3bb1 (diff) |
change naming convention for the lru "save history" cache, so that
ports like "lang/chicken/core" do generate files like lang.chicken.core.lru
instead of lang.chicken.core (which can create confusion in people's mind)
do so transparently by reading the old file if need be, and removing it
afterwards.
Funny thing noticed by tb@
ok tb@, sthen@
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 31909c08889..d2e28a90181 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.127 2022/11/09 10:10:53 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.128 2023/01/25 13:25:07 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: November 9 2022 $ +.Dd $Mdocdate: January 25 2023 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -141,7 +141,7 @@ Set package (mandatory). .It Cm HISTORY_DIR Record checksums of files in permanent location -.Pa ${HISTORY_DIR}/${FULLPKGPATH:S,/,./g} . +.Pa ${HISTORY_DIR}/${FULLPKGPATH:S,/,./g}.lru . .It Cm FTP Set to the port's Makefile .Va PERMIT_PACKAGE_FTP . |