Page MenuHomeFreeBSD

D21496.id.diff
No OneTemporary

D21496.id.diff

Index: head/release/packages/Makefile.package
===================================================================
--- head/release/packages/Makefile.package
+++ head/release/packages/Makefile.package
@@ -20,6 +20,8 @@
binutils_DESC= Binutils
bluetooth_COMMENT= Bluetooth Utilities
bluetooth_DESC= Bluetooth Utilities
+bootloader_COMMENT= Bootloader
+bootloader_DESC= Bootloader and configuration files
bsdinstall_COMMENT= BSDInstall Utilities
bsdinstall_DESC= BSDInstall Utilities
bsnmp_COMMENT= BSNMP Utilities
Index: head/release/scripts/mtree-to-plist.awk
===================================================================
--- head/release/scripts/mtree-to-plist.awk
+++ head/release/scripts/mtree-to-plist.awk
@@ -28,6 +28,9 @@
tags=tags""_kernconf
}
}
+ if ($1 ~ /^\/boot\//) {
+ tags="package=bootloader"
+ }
if (length(tags) == 0)
next
if (tags ~ /package=/) {

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 12, 3:52 PM (4 h, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17122215
Default Alt Text
D21496.id.diff (899 B)

Event Timeline