Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-start-115-r6.sh
Date: Tue, 25 Sep 2007 14:51:56
Message-Id: E1IaBdK-0000ZN-Oe@stork.gentoo.org
1 zzam 07/09/25 14:43:30
2
3 Modified: udev-start-115-r6.sh
4 Log:
5 Moved comment to correct place.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sys-fs/udev/files/udev-start-115-r6.sh
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-start-115-r6.sh?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-start-115-r6.sh?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-start-115-r6.sh?r1=1.1&r2=1.2
14
15 Index: udev-start-115-r6.sh
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/udev-start-115-r6.sh,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- udev-start-115-r6.sh 24 Sep 2007 19:59:38 -0000 1.1
22 +++ udev-start-115-r6.sh 25 Sep 2007 14:43:30 -0000 1.2
23 @@ -16,6 +16,7 @@
24 if [ -n "${mntcmd}" ] ; then
25 try mount -n ${mntcmd}
26 else
27 + # many video drivers require exec access in /dev #92921
28 mntopts="exec,nosuid,mode=0755,size=${tmpfs_size}"
29 [ -n "${tmpfs_inodes}" ] && mntopts="${mntopts},nr_inodes=${tmpfs_inodes}"
30 if grep -Eq "[[:space:]]+tmpfs$" /proc/filesystems ; then
31 @@ -23,7 +24,6 @@
32 else
33 mntcmd="ramfs"
34 fi
35 - # many video drivers require exec access in /dev #92921
36 try mount -n -t "${mntcmd}" -o "${mntopts}" udev /dev
37 fi
38 eend $?
39
40
41
42 --
43 gentoo-commits@g.o mailing list