From 19507eb6b6c6bcb2a74e089785913ba0960c4d77 Mon Sep 17 00:00:00 2001 From: rpe <> Date: Mon, 15 Sep 2014 20:26:32 +0000 Subject: [PATCH] Ensure proper group ID for chio.conf example. Noted by and OK ajacoutot@ Positive feedback halex@ --- src/etc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 6ab8b7f4..9bcb1de3 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.393 2014/09/05 07:22:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.394 2014/09/15 20:26:32 rpe Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -150,7 +150,8 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 644 ${EXAMPLES} \ ${DESTDIR}/etc/examples; \ ${INSTALL} -c -o root -g wheel -m 600 ${EXAMPLES_600} \ - ${DESTDIR}/etc/examples + ${DESTDIR}/etc/examples; \ + chgrp operator ${DESTDIR}/etc/examples/chio.conf cd signify; \ ${INSTALL} -c -o root -g wheel -m 644 *.pub \ ${DESTDIR}/etc/signify