svn commit: r351852 - head/lib/libc/gen

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:09:34 UTC 2019


Author: manu
Date: Thu Sep  5 14:09:33 2019
New Revision: 351852
URL: https://svnweb.freebsd.org/changeset/base/351852

Log:
  pkgbase: Tag passwd related file to be in FreeBSD-runtime package.
  
  Reviewed by:	bapt, gjb
  Differential Revision:	https://reviews.freebsd.org/D21500

Modified:
  head/lib/libc/gen/Makefile.inc

Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc	Thu Sep  5 14:08:45 2019	(r351851)
+++ head/lib/libc/gen/Makefile.inc	Thu Sep  5 14:09:33 2019	(r351852)
@@ -6,6 +6,7 @@
 
 CONFS+=	group master.passwd shells
 CONFSMODE_master.passwd=	600
+CONFSPACKAGE=   runtime
 
 SRCS+=	__getosreldate.c \
 	__pthread_mutex_init_calloc_cb_stub.c \


More information about the svn-src-all mailing list