commit:     cc51bdca3bac963878141da047e92f125772e14f
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Apr  7 12:39:12 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 12:39:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cc51bdca

Add attribution to openrc-init.c and openrc-shutdown.c

 src/rc/openrc-init.c     | 3 +++
 src/rc/openrc-shutdown.c | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c
index e7d62432..fb3347a4 100644
--- a/src/rc/openrc-init.c
+++ b/src/rc/openrc-init.c
@@ -1,6 +1,9 @@
 /*
  * openrc-init.c
  * This is the init process (pid 1) for OpenRC.
+ *
+ * This is based on code written by James Hammons <[email protected]>, so
+ * I would like to publically thank him for his work.
  */
 
 /*

diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c
index b68ffd36..978e8a68 100644
--- a/src/rc/openrc-shutdown.c
+++ b/src/rc/openrc-shutdown.c
@@ -2,6 +2,9 @@
  * openrc-shutdown.c
  * If you are using OpenRC's provided init, this will shut down or
  * reboot your system.
+ *
+ * This is based on code written by James Hammons <[email protected]>, so
+ * I would like to publically thank him for his work.
  */
 
 /*

Reply via email to