diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
commit | 3aef562436e03cb1c18b2de1c5cf5d228f8d3f72 (patch) | |
tree | 18169b43d443726aeedb85d328fb4a6004389fb9 /emulators/linux_base-suse-9.3 | |
parent | Chase libneon version bump. (diff) |
Fix ownership on ${LINUXBASE}/var/spool/mail.
PR: 33096
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 3e7d0acc5c49..e5ebc86ba893 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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} '' |