From 26f85c5f47da48fadddfe1fc7eb46658650dd738 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 12 Feb 2012 17:23:32 -0600 Subject: [PATCH] update: force file ownership root:wheel when applying overlay --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 65daf41..fd38bc3 100755 --- a/update +++ b/update @@ -78,7 +78,7 @@ zfs set atime=off "${prepare}" || wtf "atime-off failed" prepare_fs="$(zfs get -H -o value mountpoint "${prepare}")" meh "Overlay" -( cd ports; find * | cpio -p "${prepare_fs}" ) || wtf "overlay failed" +( cd ports; find * | cpio -pR root:wheel "${prepare_fs}" ) || wtf "overlay failed" meh "Patch" for patch in patch/*.patch -- 2.42.0