FreeBSD Bugzilla – Attachment 227121 Details for
Bug 252055
pkg-clean is emptying cache directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to restore documented behaviour for pkg_clean version 16
patch-src_clean.c (text/plain), 332 bytes, created by
garethwynroberts1
on 2021-08-11 21:40:31 UTC
(
hide
)
Description:
Fix to restore documented behaviour for pkg_clean version 16
Filename:
MIME Type:
Creator:
garethwynroberts1
Created:
2021-08-11 21:40:31 UTC
Size:
332 bytes
patch
obsolete
>--- src/clean.c.orig 2021-02-18 18:07:35.000000000 +0000 >+++ src/clean.c 2021-08-11 18:41:27.356557000 +0100 >@@ -191,7 +191,7 @@ > if (dot_pos == NULL) > dot_pos = fname + strlen(fname); > >- dash_pos = strrchr(fname, '-'); >+ dash_pos = strrchr(fname, '~'); > if (dash_pos == NULL) > return (false); > else if (dot_pos < dash_pos)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252055
: 227121