pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bottom: fix the disk collector for netbsd.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Wed Jun 24 13:28:52 2026 +0200
Changeset: 1472a3db6f65d78703b5e567971c944515afe007
Modified Files:
bottom/distinfo
bottom/patches/patch-src_collection_disks.rs
Log Message:
bottom: fix the disk collector for netbsd.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1472a3db6f65d78703b5e567971c944515afe007
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bottom/distinfo | 2 +-
bottom/patches/patch-src_collection_disks.rs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/bottom/distinfo b/bottom/distinfo
index 12703200b4..d5728dbdd1 100644
--- a/bottom/distinfo
+++ b/bottom/distinfo
@@ -690,6 +690,6 @@ Size (wrapcenum-derive-0.4.1.crate) = 7400 bytes
BLAKE2s (zmij-1.0.19.crate) = e6857f8f672ab60cba6575bda0b64bfd4898ee7c34cb1f799842885965039969
SHA512 (zmij-1.0.19.crate) = aa191ba286f10d59727981e68f7fb0214d53b02d6c28951e6f16670433cd79abc4615384b3b1e1f74adc81a3f51c15d906fda0340b03938984693332feeac2cc
Size (zmij-1.0.19.crate) = 23948 bytes
-SHA1 (patch-src_collection_disks.rs) = 158b9f252ee8b1a0cc9a90d36cd3d488fe22f2f2
+SHA1 (patch-src_collection_disks.rs) = 9eba2cdde2fe9537bf0bf8829205e4f777e506ea
SHA1 (patch-src_collection_disks_netbsd.rs) = 07bf336ec347df5eb8a344c11c10041cac674f70
SHA1 (patch-src_collection_processes.rs) = 9c6ac1c1402526252ec3559fa64015ed8ee6d8fd
diff --git a/bottom/patches/patch-src_collection_disks.rs b/bottom/patches/patch-src_collection_disks.rs
index 4b62366cc0..16ef908738 100644
--- a/bottom/patches/patch-src_collection_disks.rs
+++ b/bottom/patches/patch-src_collection_disks.rs
@@ -10,7 +10,7 @@ Disable catch-all for disks in NetBSD.
}
+ target_os = "netbsd" => {
+ mod netbsd;
-+ pub(crate) use self::unix::*;
++ pub(crate) use self::netbsd::*;
+ }
_ => {
mod other;
Home |
Main Index |
Thread Index |
Old Index