aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-c7
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-11-04 08:02:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-11-04 08:02:48 +0000
commit61a4bde434c65ac3f9c639ecaf30ffb96ab84f68 (patch)
tree8e9335111c1bd8176f1b0eec240f2c3a773ed378 /emulators/linux_base-c7
parentdb0a8503dcb7d6c09888123b1a91fdb1a6c252e4 (diff)
downloadports-61a4bde434c65ac3f9c639ecaf30ffb96ab84f68.tar.gz
ports-61a4bde434c65ac3f9c639ecaf30ffb96ab84f68.zip
Fix modes for /compat/linux/proc
When linprocfs is mounted the mode set to /compat/linux/proc is set to 555 while the package said 755 meaning pkg will try to change it 755 and fail preventing upgrade or installation of the package because linprocfs does not support changing attributes. Enforce it to 555 to prevent that situation
Notes
Notes: svn path=/head/; revision=425303
Diffstat (limited to 'emulators/linux_base-c7')
-rw-r--r--emulators/linux_base-c7/Makefile2
-rw-r--r--emulators/linux_base-c7/pkg-plist.i3862
-rw-r--r--emulators/linux_base-c7/pkg-plist.x86_642
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-c7/Makefile b/emulators/linux_base-c7/Makefile
index 9d2c0d1cd042..4d7a83f57280 100644
--- a/emulators/linux_base-c7/Makefile
+++ b/emulators/linux_base-c7/Makefile
@@ -2,7 +2,7 @@
PORTNAME= c7
PORTVERSION= ${LINUX_DIST_VER}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators linux
PKGNAMEPREFIX= linux_base-
EXTRACT_ONLY= ${DISTFILES:N*.src.rpm*:Nfilesystem-*}
diff --git a/emulators/linux_base-c7/pkg-plist.i386 b/emulators/linux_base-c7/pkg-plist.i386
index a1ce5b914832..1254a583f7f9 100644
--- a/emulators/linux_base-c7/pkg-plist.i386
+++ b/emulators/linux_base-c7/pkg-plist.i386
@@ -2589,7 +2589,7 @@ var/mail
@dir etc/xinetd.d
@dir mnt
@dir opt
-@dir proc
+@dir(,,555) proc
@dir srv
@dir sys
@dir usr/etc
diff --git a/emulators/linux_base-c7/pkg-plist.x86_64 b/emulators/linux_base-c7/pkg-plist.x86_64
index cd9c5e6e5d35..98d05d8b844c 100644
--- a/emulators/linux_base-c7/pkg-plist.x86_64
+++ b/emulators/linux_base-c7/pkg-plist.x86_64
@@ -3039,7 +3039,7 @@ var/mail
@dir etc/xinetd.d
@dir mnt
@dir opt
-@dir proc
+@dir(,,555) proc
@dir srv
@dir sys
@dir usr/etc