svn commit: r350445 - head/etc/mtree

Ian Lepore ian at FreeBSD.org
Tue Jul 30 15:51:29 UTC 2019


Author: ian
Date: Tue Jul 30 15:51:28 2019
New Revision: 350445
URL: https://svnweb.freebsd.org/changeset/base/350445

Log:
  Create the /var/account dir with mode 0750; this is a followup to r349974.
  
  The rc.d/account script contains code to create the /var/account dir, so
  it hadn't occurred to me that it is normally created via mtree; thanks to
  jilles@ for pointing it out.

Modified:
  head/etc/mtree/BSD.var.dist

Modified: head/etc/mtree/BSD.var.dist
==============================================================================
--- head/etc/mtree/BSD.var.dist	Tue Jul 30 14:54:18 2019	(r350444)
+++ head/etc/mtree/BSD.var.dist	Tue Jul 30 15:51:28 2019	(r350445)
@@ -5,7 +5,7 @@
 
 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
 .
-    account
+    account             mode=0750
     ..
     at
 /set uname=daemon


More information about the svn-src-all mailing list