* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-07-06 17:35 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-07-06 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 8b9ea8b9e6631d5cd987a7cb31560aa5a13c060b
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 6 17:20:32 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 17:20:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8b9ea8b9
version 0.21.2
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 6ba5e42..01b8d31 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.1
+VERSION= 0.21.2
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-07-06 17:35 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-07-06 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 53f6bd369057fd0f48c6ecfa813d35bfe47196cd
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 6 17:24:06 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 17:24:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=53f6bd36
update changelog
ChangeLog | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index d5313b6..88a9bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+commit 6074cbd651da7f27fc6fbc20a66f651c2577857b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ hwclock: always use --noadjfile if available
+
+ When we use the --utc or --localtime switch, also use --noadjfile if it
+ is available. This means hwclock will not use a drift file.
+
+ X-Gentoo-Bug: 584722
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=584722
+
+commit 8b9ea8b9e6631d5cd987a7cb31560aa5a13c060b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.21.2
+
+commit c47b497483040107263c9b9984474db5c569485b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update changelog
+
commit 977811563dd93cab7a64caefa0e86f5b864fc04f
Author: Benda Xu <heroxbd@gentoo.org>
Commit: William Hubbs <w.d.hubbs@gmail.com>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-07-31 19:06 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-07-31 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 871fa56baaa0f1ae2b6531303f73f18acd74a71e
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 18:49:33 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:49:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=871fa56b
version 0.21.3
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 01b8d31..fd7d69f 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.2
+VERSION= 0.21.3
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-07-31 19:06 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-07-31 19:06 UTC (permalink / raw
To: gentoo-commits
commit: bd4cafbbf357656958298f98083f27f6381cacbf
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 19:05:41 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 19:05:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bd4cafbb
Update ChangeLog
ChangeLog | 72 ++++++++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 51 insertions(+), 21 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 88a9bc2..ad3e53d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+commit 61e211c1c4f51fdb8babb9a70ed7ce138d71c80b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ init.d: initial service adjustments for docker support
+
+ Add -docker keyword to the same scripts that have -lxc keyword.
+
+commit 40d3795fbacc70349a52efc670a22458f4e2d7c4
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ librc: fix Docker auto detection
+
+ The original auto detection of Docker containers assumed the presence of
+ a container environment variable. However, Docker-1.12 does not
+ implement this, and I'm not sure which versions of docker implemented
+ it.
+
+ The new test is for the presence of a file named .dockerenv in the
+ root directory.
+
+commit fa39271d7a979ec8c1cf9c694d256456528baaf8
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ rc-logger: refuse to cat TMPLOG into itself
+
+ This prevents an infinite loop in case somebody decides to set
+ rc_log_path to match TMPLOG.
+
+commit 0077e54146c0c6180769bb5fa2d8da2924038baa
+Author: Julian Ospald <hasufell@posteo.de>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Build: fix hardcoded pkg-config invocation
+
+ This fixes #89.
+
+commit 871fa56baaa0f1ae2b6531303f73f18acd74a71e
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.21.3
+
+commit 53f6bd369057fd0f48c6ecfa813d35bfe47196cd
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update changelog
+
commit 6074cbd651da7f27fc6fbc20a66f651c2577857b
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1067,24 +1118,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
mountinfo: fix -e and -E options
Add the -e and -E options to getoptstring so they are recognized.
-
-commit eeadca0b8a5b87c26e60a58563251604350a7a3b
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Add EERROR_QUIET and EINFO_QUIET to environment whitelist
-
-commit dde339070b4850dc1fadf4992cc01d3468992106
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Increment version
-
-commit 1736be3bc3ebbc1440f87b49fc353e81fb0a6037
-Author: Doug Freed <dwfreed@mtu.edu>
-Commit: Doug Freed <dwfreed@mtu.edu>
-
- savecache: Fix unable to create cache message
-
- The cache is created in $RC_LIBEXECDIR, not $RC_SVCDIR, so fix the error
- message when we fail to create it to match.
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-25 16:48 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-25 16:48 UTC (permalink / raw
To: gentoo-commits
commit: cdc42d91dbc1e661ef6cbe392008e1cff926bec4
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 16:48:05 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:48:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cdc42d91
version 0.21.4
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index fd7d69f..b5940e2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.3
+VERSION= 0.21.4
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-25 22:42 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-25 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 147855207199970aa0a10ffa6575e980ffb3bdb8
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 22:33:04 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 22:36:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=14785520
Update news file
Add information on modules-load service and more explanation about
dealing with the rc -> openrc and runscript -> openrc-run transitions.
NEWS.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/NEWS.md b/NEWS.md
index c7e2d12..1a445bd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,6 +17,19 @@ these files for the setup.
The deprecation messages in 0.13.x for runscript and rc are now
made visible in preparation for the removal of these binaries in 1.0.
+The steps you should take to get rid of these warnings is to run openrc
+in initialization steps instead of rc and change the shebang lines in
+service scripts to refer to "openrc-run" instead of "runscript".
+
+In 0.21.4, a modules-load service was added. This works like the
+equivalent service in systemd. It looks for files named *.conf first in
+/usr/lib/modules-load.d, then /run/modules-load.d, then
+/etc/modules-lload.d. These files contain, a list of modules, one per
+line, which should be loaded into the kernel. If a file name appears in
+/run/modules-load.d, it overrides a file of the same name in
+/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d
+overrides a file of the same name in both previous directories.
+
## OpenRC-0.19
This version adds a net-online service. By default, this
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-25 22:46 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-25 22:46 UTC (permalink / raw
To: gentoo-commits
commit: 4809bc249f53f519d93fa7a7c444c4f9625061ac
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 22:45:58 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 22:45:58 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4809bc24
update changelog
ChangeLog | 110 +++++++++++++++++++++++++++++---------------------------------
1 file changed, 51 insertions(+), 59 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ad3e53d..3775fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+commit 147855207199970aa0a10ffa6575e980ffb3bdb8
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Update news file
+
+ Add information on modules-load service and more explanation about
+ dealing with the rc -> openrc and runscript -> openrc-run transitions.
+
+commit 8aa0b5b8a943ad4d94de08a00bc0cbf1530847ee
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ init.d: add modules-load to ignore patterns
+
+commit c8059c8474cb0aeb6f7f89f7200f5faa73f9a66e
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ modules-load.d: cleanups
+
+ Move list of directories to a local variable and create the fn variable
+ to use for an individual file name rather than using path.
+
+commit b888f1a8e21008f45105ad2fdc84a5d579892eb5
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Add modules-load.d support
+
+commit 6e0bd2deb1efb49fd1f1db54f7d57b2a462ccf82
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ openrc-run: make runscript warning respect quiet option
+
+ X-Gentoo-Bug: 591414
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591414
+
+commit cdc42d91dbc1e661ef6cbe392008e1cff926bec4
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.21.4
+
+commit bd4cafbbf357656958298f98083f27f6381cacbf
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Update ChangeLog
+
commit 61e211c1c4f51fdb8babb9a70ed7ce138d71c80b
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1059,62 +1110,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
The localmount/netmount services should fail if all file systems that
should mount did not mount.
-
-commit b652752339690e10a55ae50d046f4cf2a98daf1a
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Make localmount and netmount always succeed on non-linux
-
-commit 2a439c85bd69efc14847b4397bd6783cac051405
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- local/netmount: remove uses of -O [no]_netdev
-
- This was causing an incompatibility with busybox, and we do not use it
- in Gentoo.
-
-commit 7341cd882fba522c1f1d183603334839bd4df7fc
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- allow localmount and netmount to fail
-
-commit 279f1e5d1013309d99509ab4b7b57521f8a4aba4
-Author: Mike Frysinger <vapier@gentoo.org>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- binfmt: fix indent on return
-
-commit c256a7aa80c683eca6194c80b57294e4d51c9a16
-Author: Doug Freed <dwfreed@mtu.edu>
-Commit: Doug Freed <dwfreed@mtu.edu>
-
- savecache: clean up implementation
-
- X-Gentoo-Bug: 557222
- X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=557222
-
-commit 6a422982579786cb8308af04ccca6622afa06e50
-Author: Jason Zaman <jason@perfinion.com>
-Commit: Doug Freed <dwfreed@mtu.edu>
-
- tmpfiles: run restorecon on the entire path
-
- The tmpfiles "d" entry will create a full path and only the last dir in
- the path will have its SELinux label set correctly. This patch will
- restorecon the parents as well so that the selinux labels are correct.
-
- eg, "d /run/libvirt/lxc", then "lxc" would have the correct SELinux
- label but "libvirt" would not.
-
- Signed-off-by: Jason Zaman <jason@perfinion.com>
-
-commit f69833a1e17d1cf65e96a34fcc0e48caf9d90d64
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- mountinfo: fix -e and -E options
-
- Add the -e and -E options to getoptstring so they are recognized.
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-30 14:09 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-30 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 73d024228d13c423939cc0eb2aa4be75e1481fc3
Author: Doug Freed <dwfreed <AT> mtu <DOT> edu>
AuthorDate: Fri Aug 26 17:36:11 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 17:36:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=73d02422
version 0.21.5
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index b5940e2..126a192 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.4
+VERSION= 0.21.5
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-30 14:09 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-30 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 0445bc13f84cd22c06c80464d51ab18651d42147
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 02:05:45 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 17:36:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0445bc13
typo fix
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index 1a445bd..74dc59a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -24,7 +24,7 @@ service scripts to refer to "openrc-run" instead of "runscript".
In 0.21.4, a modules-load service was added. This works like the
equivalent service in systemd. It looks for files named *.conf first in
/usr/lib/modules-load.d, then /run/modules-load.d, then
-/etc/modules-lload.d. These files contain, a list of modules, one per
+/etc/modules-load.d. These files contain, a list of modules, one per
line, which should be loaded into the kernel. If a file name appears in
/run/modules-load.d, it overrides a file of the same name in
/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-30 14:09 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-30 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 528bfa13f9bac4797e4238d05edcfbc996a6be72
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 14:08:17 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 14:08:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=528bfa13
another news typo fix
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index 74dc59a..4331014 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -24,7 +24,7 @@ service scripts to refer to "openrc-run" instead of "runscript".
In 0.21.4, a modules-load service was added. This works like the
equivalent service in systemd. It looks for files named *.conf first in
/usr/lib/modules-load.d, then /run/modules-load.d, then
-/etc/modules-load.d. These files contain, a list of modules, one per
+/etc/modules-load.d. These files contain a list of modules, one per
line, which should be loaded into the kernel. If a file name appears in
/run/modules-load.d, it overrides a file of the same name in
/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-30 14:20 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-30 14:20 UTC (permalink / raw
To: gentoo-commits
commit: d1161c8aaec80ae7d0064f45d69b62694cd3d365
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 14:11:28 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 14:11:28 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d1161c8a
update ChangeLog
ChangeLog | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 3775fbc..e520452 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+commit 528bfa13f9bac4797e4238d05edcfbc996a6be72
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ another news typo fix
+
+commit 5f1daa6f30849d95db1f6b4b84abdc9645db3f94
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: Doug Freed <dwfreed@mtu.edu>
+
+ modules-load: handle comments better
+
+ This handles comments without a trailing space after the comment
+ character.
+
+ Reported-By: josef64
+
+commit 0445bc13f84cd22c06c80464d51ab18651d42147
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: Doug Freed <dwfreed@mtu.edu>
+
+ typo fix
+
+commit 73d024228d13c423939cc0eb2aa4be75e1481fc3
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: Doug Freed <dwfreed@mtu.edu>
+
+ version 0.21.5
+
+commit 4809bc249f53f519d93fa7a7c444c4f9625061ac
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update changelog
+
commit 147855207199970aa0a10ffa6575e980ffb3bdb8
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-31 13:19 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-31 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 8b3efa6ae25dd07350bff22a998575d9f38b15c9
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 02:12:39 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 02:12:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8b3efa6a
version 0.21.6
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 126a192..401e9d6 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.5
+VERSION= 0.21.6
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-31 13:47 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-31 13:47 UTC (permalink / raw
To: gentoo-commits
commit: eff1f12e5c51ceaf6a3451b90488524024b6f728
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 13:46:06 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 13:46:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=eff1f12e
update ChangeLog
ChangeLog | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index e520452..ca24113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+commit 484e6089b90ffef9f53bdc8968c240e1b3a3f221
+Author: Martin Väth <martin@mvath.de>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Fix typo in RC_UNAME check of modules-load
+
+ The $RC_UNAME "Linux" had been misspelled as "linux".
+ As a consequence, entries in e.g. /etc/modules-load.d failed to
+ load any module succesfully under Linux(!)
+
+commit 8b3efa6ae25dd07350bff22a998575d9f38b15c9
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.21.6
+
+commit d1161c8aaec80ae7d0064f45d69b62694cd3d365
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update ChangeLog
+
commit 528bfa13f9bac4797e4238d05edcfbc996a6be72
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-31 16:37 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-31 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 1522eaf28b7a75a1a3a0e25bb6b9828172460451
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 15:38:22 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 15:38:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1522eaf2
version 0.21.7
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 401e9d6..f361f51 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.21.6
+VERSION= 0.21.7
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/openrc:0.21.x commit in: /
@ 2016-08-31 16:37 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2016-08-31 16:37 UTC (permalink / raw
To: gentoo-commits
commit: fbfc14040a62d99261971a6f094b5b8f63b5a990
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 16:26:56 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 16:26:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fbfc1404
update ChangeLog
ChangeLog | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index ca24113..5504166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+commit 1522eaf28b7a75a1a3a0e25bb6b9828172460451
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.21.7
+
+commit eff1f12e5c51ceaf6a3451b90488524024b6f728
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update ChangeLog
+
commit 484e6089b90ffef9f53bdc8968c240e1b3a3f221
Author: Martin Väth <martin@mvath.de>
Commit: William Hubbs <w.d.hubbs@gmail.com>
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2016-08-31 16:37 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 14:09 [gentoo-commits] proj/openrc:0.21.x commit in: / William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2016-08-31 16:37 William Hubbs
2016-08-31 16:37 William Hubbs
2016-08-31 13:47 William Hubbs
2016-08-31 13:19 William Hubbs
2016-08-30 14:20 William Hubbs
2016-08-30 14:09 William Hubbs
2016-08-30 14:09 William Hubbs
2016-08-25 22:46 William Hubbs
2016-08-25 22:42 William Hubbs
2016-08-25 16:48 William Hubbs
2016-07-31 19:06 William Hubbs
2016-07-31 19:06 William Hubbs
2016-07-06 17:35 William Hubbs
2016-07-06 17:35 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox