From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3D56139694 for ; Fri, 7 Apr 2017 12:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310A9E0BC7; Fri, 7 Apr 2017 12:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E1BDE0BC7 for ; Fri, 7 Apr 2017 12:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 353FA34163C for ; Fri, 7 Apr 2017 12:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7EA739A for ; Fri, 7 Apr 2017 12:43:05 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1491568752.cc51bdca3bac963878141da047e92f125772e14f.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/openrc-init.c src/rc/openrc-shutdown.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: cc51bdca3bac963878141da047e92f125772e14f X-VCS-Branch: master Date: Fri, 7 Apr 2017 12:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5dd3913-b5af-4c90-9937-d77b0d51dddb X-Archives-Hash: aef2ee6638013a27ce26b0126393b32f commit: cc51bdca3bac963878141da047e92f125772e14f Author: William Hubbs gmail com> AuthorDate: Fri Apr 7 12:39:12 2017 +0000 Commit: William Hubbs gentoo 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 , 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 , so + * I would like to publically thank him for his work. */ /*