| Summary: | [patch] make delete-old and WITHOUT_BOOTPD=true doesn't remove bootpd-related files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Philippe Michel <philippe.michel7> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Keywords: | patch | ||||
| Priority: | --- | ||||||
| Version: | 11.0-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: bapt Date: Sat Dec 10 12:26:49 UTC 2016 New revision: 309801 URL: https://svnweb.freebsd.org/changeset/base/309801 Log: Respect WITHOUT_BOOTPD in src.conf when running make delete-old PR: 213720 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days Changes: head/tools/build/mk/OptionalObsoleteFiles.inc A commit references this bug: Author: bapt Date: Mon Dec 12 21:43:18 UTC 2016 New revision: 309953 URL: https://svnweb.freebsd.org/changeset/base/309953 Log: MFC r309797-r309802 r309797: Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set r309798: Also remove auditdistd files if src.conf has WITHOUT_AUDIT r309799: Respect WITHOUT_RBOOTD in src.conf when running make delete-old r309800: Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old r309801: Respect WITHOUT_BOOTPD in src.conf when running make delete-old r309802: Respect WITHOUT_FINGER in src.conf when running make delete-old PR: 213719, 213720, 213721, 213722, 213723, 213724 Submitted by: philippe.michel7@sfr.fr Changes: _U stable/11/ stable/11/tools/build/mk/OptionalObsoleteFiles.inc |
Created attachment 176074 [details] Possible patch If WITHOUT_BOOTPD is set to true in /etc/src.conf, "make delete-old" doesn't remove the files that may remain from when this option was not used.