From 3aef562436e03cb1c18b2de1c5cf5d228f8d3f72 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 23 Dec 2001 09:10:13 +0000 Subject: Fix ownership on ${LINUXBASE}/var/spool/mail. PR: 33096 --- emulators/linux_base-6/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/linux_base-6') diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 3e7d0acc5c49..e5ebc86ba893 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -201,6 +201,7 @@ post-install: # Fix unknown uid/gids that come out of the RPMs, to avoid # the quotacheck warning about unknown owners. @${CHOWN} root:wheel ${LINUXBASE}/usr/man/man8/setserial.8 + @${CHGRP} mail ${LINUXBASE}/var/spool/mail @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' -- cgit v1.2.3