Bug 138150 - [build] [patch] fix for src/etc/Makefile mtree
Summary: [build] [patch] fix for src/etc/Makefile mtree
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 7.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-08-24 22:40 UTC by jhs
Modified: 2022-10-17 12:38 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.65 KB, patch)
2009-08-24 22:40 UTC, jhs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jhs 2009-08-24 22:40:01 UTC
	
If one has an old file named
	/etc/security
instead of a directory of same name, then
	cd /usr/src/etc ; make distrib-dirs
fails to detect & fix it. (Well, it bleats an error, but make rolls on.)

Fix: Apply this unified diff
How-To-Repeat: 	
	mv /etc/security /etc/security.MOVED
	cp /etc/motd /etc/security
	cd /usr/src/etc ; make distrib-dirs
	ls -l /etc/security
	rm /etc/security
	mv /etc/security.MOVED /etc/security
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:58:52 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:38:59 UTC
Keyword: 

    patch
or  patch-ready

– in lieu of summary line prefix: 

    [patch]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>