Gentoo Archives: gentoo-commits

From: "Chris PeBenito (pebenito)" <pebenito@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in hardened/policycoreutils-extra/scripts: rlpkg
Date: Sun, 02 Aug 2009 01:20:35
Message-Id: E1MXPkX-0000jc-1I@stork.gentoo.org
1 pebenito 09/08/02 01:20:33
2
3 Modified: rlpkg
4 Log:
5 add btrfs and ext4 to rlpkg.
6
7 Revision Changes Path
8 1.11 hardened/policycoreutils-extra/scripts/rlpkg
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg?r1=1.10&r2=1.11
13
14 Index: rlpkg
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- rlpkg 23 Sep 2008 00:34:43 -0000 1.10
21 +++ rlpkg 2 Aug 2009 01:20:32 -0000 1.11
22 @@ -9,7 +9,7 @@
23 #
24 # Licensed under the GNU General Public License, v2
25 #
26 -# $Header: /var/cvsroot/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg,v 1.10 2008/09/23 00:34:43 pebenito Exp $
27 +# $Header: /var/cvsroot/gentoo-projects/hardened/policycoreutils-extra/scripts/rlpkg,v 1.11 2009/08/02 01:20:32 pebenito Exp $
28
29 import os,sys,string,getopt,selinux,portage,subprocess
30
31 @@ -17,7 +17,7 @@
32 SETFILES=["/usr/sbin/setfiles"]
33 RESTORECON=["/sbin/restorecon -f -"]
34
35 -xattrfs=["ext2","ext3","jfs","xfs"]
36 +xattrfs=["btrfs","ext2","ext3","ext4","jfs","xfs"]
37 settings=portage.config(clone=portage.settings)
38
39 textrel_shlib_paths=["/lib","/usr/lib","/emul","/opt"]