summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-suse-9.2
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-04-25 17:26:30 +0000
committerolgeni <olgeni@FreeBSD.org>2001-04-25 17:26:30 +0000
commit48fee957535ba6ee87dad7cd9c8394bcd1a0a0fe (patch)
treea2d1119991eecead129ae02aa9abf6fab334b93f /emulators/linux_base-suse-9.2
parent984716a405c960675015af785b9e4b7cd5dbb91b (diff)
downloadFreeBSD-ports-48fee957535ba6ee87dad7cd9c8394bcd1a0a0fe.zip
FreeBSD-ports-48fee957535ba6ee87dad7cd9c8394bcd1a0a0fe.tar.gz
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
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r--emulators/linux_base-suse-9.2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-suse-9.2/Makefile
+++ b/emulators/linux_base-suse-9.2/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} ''
OpenPOWER on IntegriCloud