Add attribution to openrc-init.c and openrc-shutdown.c
This commit is contained in:
parent
13ca79856e
commit
cc51bdca3b
@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* openrc-init.c
|
* openrc-init.c
|
||||||
* This is the init process (pid 1) for OpenRC.
|
* This is the init process (pid 1) for OpenRC.
|
||||||
|
*
|
||||||
|
* This is based on code written by James Hammons <jlhamm@acm.org>, so
|
||||||
|
* I would like to publically thank him for his work.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
* openrc-shutdown.c
|
* openrc-shutdown.c
|
||||||
* If you are using OpenRC's provided init, this will shut down or
|
* If you are using OpenRC's provided init, this will shut down or
|
||||||
* reboot your system.
|
* reboot your system.
|
||||||
|
*
|
||||||
|
* This is based on code written by James Hammons <jlhamm@acm.org>, so
|
||||||
|
* I would like to publically thank him for his work.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user