summaryrefslogtreecommitdiffstats
path: root/emulators
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
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')
-rw-r--r--emulators/linux_base-6/Makefile3
-rw-r--r--emulators/linux_base-62/Makefile3
-rw-r--r--emulators/linux_base-8/Makefile3
-rw-r--r--emulators/linux_base-rh-9/Makefile3
-rw-r--r--emulators/linux_base-suse-9.1/Makefile3
-rw-r--r--emulators/linux_base-suse-9.2/Makefile3
-rw-r--r--emulators/linux_base-suse-9.3/Makefile3
-rw-r--r--emulators/linux_base/Makefile3
8 files changed, 24 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/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} ''
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-62/Makefile
+++ b/emulators/linux_base-62/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} ''
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/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} ''
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index e41e74c..a5b2c14 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} ''
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/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} ''
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} ''
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/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} ''
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index e41e74c..a5b2c14 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/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