From 0f6a190e3d26279b42c29b43140fde7610a0c007 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Sun, 24 May 2009 10:45:21 +0000 Subject: [PATCH] Install root's crontab with gid "crontab" to be consistent with what crontab(1) does. ok miod@ --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index fb15ade7..72bd6685 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.277 2009/05/15 16:26:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.278 2009/05/24 10:45:21 ajacoutot Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -74,7 +74,7 @@ distribution-etc-root-var: distrib-dirs chmod 644 ${DESTDIR}/etc/login.conf ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 hosts.equiv ${DESTDIR}/etc - ${INSTALL} -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root + ${INSTALL} -c -o root -g crontab -m 600 crontab ${DESTDIR}/var/cron/tabs/root ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc