svn commit: r334871 - head

Eitan Adler eadler at FreeBSD.org
Sat Jun 9 03:08:05 UTC 2018


Author: eadler
Date: Sat Jun  9 03:08:04 2018
New Revision: 334871
URL: https://svnweb.freebsd.org/changeset/base/334871

Log:
  LOCKS: update current locks
  
  - use a wild card for releng instead of listing them out. This ignores a
  technicality that re@ owns the branches during release cycles, but this
  has not been document in this file in a long time (if ever).
  
  Approved by:	core

Modified:
  head/LOCKS

Modified: head/LOCKS
==============================================================================
--- head/LOCKS	Sat Jun  9 03:01:38 2018	(r334870)
+++ head/LOCKS	Sat Jun  9 03:08:04 2018	(r334871)
@@ -7,11 +7,7 @@ subsystem       login   expires  notes
 --------------------------------------
 
 Special cases:
-releng/4.*	Requires Security Officer approval.
-releng/5.*	Requires Security Officer approval.
-releng/6.*	Requires Security Officer approval.
-releng/7.*	Requires Security Officer approval.
-releng/8.*	Requires Security Officer approval.
+releng/*				Requires Security Officer approval.
 head/sys/dev/random			Requires Security Officer approval.
 head/sys/libkern/arc4random.c		Requires Security Officer approval.
 stable/*/sys/dev/random			Requires Security Officer approval.


More information about the svn-src-head mailing list