summaryrefslogtreecommitdiff
path: root/emulators/linux_base-rh-9
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-04-25 17:26:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-04-25 17:26:30 +0000
commit2f10aec825dfccae95c5df0541358b627a3cd615 (patch)
tree59574b9273c5da06081e30a0d6a2bda907078388 /emulators/linux_base-rh-9
parentSpecify the full path of the jakarta port's "ant" utility (/usr/local/bin) so (diff)
Fix unknown uid/gids that come out of the RPMs, to avoid the quotacheck
warning about unknown owners. Add a reminder in the Makefile, because this fix should be removed when a new release of the RPMS fixes the problem. Specifically, the only affected file in the LINUXBASE hierarchy is usr/man/man8/setserial.8 (-> root:wheel) Approved by: marcel
Notes
Notes: svn path=/head/; revision=41899
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r--emulators/linux_base-rh-9/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index e41e74c03e1d..a5b2c14179fe 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -199,6 +199,9 @@ do-install:
@${LN} -s /var/tmp ${LINUXBASE}/usr/tmp
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
@${ECHO} ''
@fmt ${PKGMESSAGE}
@${ECHO} ''