From ecb12757ba24b77020f3c8314c795e647b2cbed8 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Tue, 30 Jul 2019 15:51:28 +0000 Subject: [PATCH] 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. --- etc/mtree/BSD.var.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist index 8fefae055046..d203d60b194d 100644 --- a/etc/mtree/BSD.var.dist +++ b/etc/mtree/BSD.var.dist @@ -5,7 +5,7 @@ /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime . - account + account mode=0750 .. at /set uname=daemon