Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.13.x commit in: /
Date: Thu, 05 Feb 2015 04:12:06
Message-Id: 1423109006.4a9c450ec2e73e66ceeba8c9e6ca9496cf3363f4.williamh@OpenRC
1 commit: 4a9c450ec2e73e66ceeba8c9e6ca9496cf3363f4
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 5 04:03:26 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 5 04:03:26 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=4a9c450e
7
8 update change log
9
10 ---
11 ChangeLog | 60 +++++++++++++++++++++---------------------------------------
12 1 file changed, 21 insertions(+), 39 deletions(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index a411a9e..f08481f 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,3 +1,24 @@
19 +commit bb4c14999c569781c7289269949b205955f376bb
20 +Author: William Hubbs <w.d.hubbs@×××××.com>
21 +Date: Tue Feb 3 10:53:48 2015 -0600
22 +
23 + Add nfsclient to netmount use dependencies
24 +
25 + X-Gentoo-Bug: 537996
26 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=537996
27 +
28 +commit 252422dcf0c408742cdb039a8a7eb1732ea15b78
29 +Author: William Hubbs <w.d.hubbs@×××××.com>
30 +Date: Wed Feb 4 21:59:14 2015 -0600
31 +
32 + start openrc-0.13.9
33 +
34 +commit a3a64ac94eaadb38dcb78f8c88437d8a1335fa07
35 +Author: William Hubbs <w.d.hubbs@×××××.com>
36 +Date: Sun Jan 18 09:45:32 2015 -0600
37 +
38 + update ChangeLog
39 +
40 commit 1a2f45a4c540c5ff29b8615e7241c60f36637608
41 Author: William Hubbs <w.d.hubbs@×××××.com>
42 Date: Sun Jan 18 09:12:58 2015 -0600
43 @@ -967,42 +988,3 @@ Author: William Hubbs <w.d.hubbs@×××××.com>
44 Date: Sun Mar 9 15:35:41 2014 -0500
45
46 rc.conf: document rc_nocolor setting
47 -
48 -commit 4ee8e90ffed3ab9f9627f7bbaa48f514fd520f2a
49 -Author: Mike Frysinger <vapier@g.o>
50 -Date: Thu Jan 23 01:19:35 2014 -0500
51 -
52 - devfs: explicitly mount /dev/shm with mode=1777
53 -
54 - The current code relies on the tmpfs mount defaulting to 1777
55 - permissions. If it doesn't, things break badly.
56 -
57 - This can come up when tmpfs is disabled in the kernel and ramfs
58 - is being used instead (the kernel will alias tmpfs to ramfs).
59 - The default permissions for ramfs is 0755.
60 -
61 -commit 2cc6ef723a7395993362f8015cd8aab6430301a9
62 -Author: William Hubbs <w.d.hubbs@×××××.com>
63 -Date: Thu Jan 23 11:08:35 2014 -0600
64 -
65 - update feature removal schedule
66 -
67 - - Remove the netifrc related items since netifrc is now a separate
68 - package.
69 -
70 - - State that the features we are planning to remove will be removed
71 - in version 1.0.
72 -
73 - - Clarify the last entry; we are refering to start-stop-daemon options.
74 -
75 -commit de186401e5843e376cc12545c2ea35212f5e0490
76 -Author: William Hubbs <w.d.hubbs@×××××.com>
77 -Date: Sat Jan 18 13:50:05 2014 -0600
78 -
79 - fstabinfo: fix mount and remount
80 -
81 - The mount and remount options should always be processed. They were only
82 - being processed if -q was not on the command line.
83 -
84 - X-Gentoo-Bug: 498206
85 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=498206