diff options
author | petef <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
commit | 896f7062cc42715a8ca792c5f7aa08787a528e8a (patch) | |
tree | 696bbcc014bf9a197f147e2ab71ec815e5117709 | |
parent | f6fb57bcf6bd7f5d79001368abc59223f5d3a9c2 (diff) | |
download | FreeBSD-ports-896f7062cc42715a8ca792c5f7aa08787a528e8a.zip FreeBSD-ports-896f7062cc42715a8ca792c5f7aa08787a528e8a.tar.gz |
Fix ownership on ${LINUXBASE}/var/spool/mail.
PR: 33096
-rw-r--r-- | emulators/linux_base-6/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-62/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 3e7d0ac..e5ebc86 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} '' diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/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} '' diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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} '' diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/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} '' diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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} '' diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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} '' diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 3e7d0ac..e5ebc86 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} '' diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 3e7d0ac..e5ebc86 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/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} '' |