Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: /
Date: Sun, 07 Feb 2021 03:20:11
Message-Id: 1612644851.a261f848d3d423e370ef93f259e7661fbb5fc1ff.perfinion@gentoo
1 commit: a261f848d3d423e370ef93f259e7661fbb5fc1ff
2 Author: Christian Göttsche <cgzones <AT> googlemail <DOT> com>
3 AuthorDate: Mon Feb 1 19:08:54 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 20:54:11 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a261f848
7
8 Rules.monolithic: drop dead variable
9
10 USEPWD is nowhere declared or documented.
11
12 Signed-off-by: Christian Göttsche <cgzones <AT> googlemail.com>
13 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
14
15 Rules.monolithic | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/Rules.monolithic b/Rules.monolithic
19 index 1696021f..5ccd7875 100644
20 --- a/Rules.monolithic
21 +++ b/Rules.monolithic
22 @@ -217,7 +217,7 @@ $(fcpath): $(fc) $(loadpath) $(userpath)/system.users
23 @$(INSTALL) -d -m 0755 $(@D)
24 $(verbose) $(INSTALL) -m 0644 $(fc) $(fcpath)
25 $(verbose) $(INSTALL) -m 0644 $(homedir_template) $(homedirpath)
26 - $(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME) $(USEPWD)
27 + $(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME)
28
29 ########################################
30 #