openrc-shutdown: remove rc- prefix from file names
This commit is contained in:
parent
39eb3384f6
commit
0b3f8750e7
@ -1,6 +1,6 @@
|
|||||||
if os == 'Linux'
|
if os == 'Linux'
|
||||||
executable('openrc-shutdown',
|
executable('openrc-shutdown',
|
||||||
['openrc-shutdown.c', 'broadcast.c', 'rc-sysvinit.c', misc_c,
|
['openrc-shutdown.c', 'broadcast.c', 'sysvinit.c', misc_c,
|
||||||
usage_c, wtmp_c, version_h],
|
usage_c, wtmp_c, version_h],
|
||||||
c_args : cc_branding_flags,
|
c_args : cc_branding_flags,
|
||||||
include_directories: [incdir, einfo_incdir, rc_incdir],
|
include_directories: [incdir, einfo_incdir, rc_incdir],
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "rc.h"
|
#include "rc.h"
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "rc-sysvinit.h"
|
#include "sysvinit.h"
|
||||||
#include "wtmp.h"
|
#include "wtmp.h"
|
||||||
#include "_usage.h"
|
#include "_usage.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* rc-sysvinit.c
|
* sysvinit.c
|
||||||
* Helper to send a runlevel change to sysvinit
|
* Helper to send a runlevel change to sysvinit
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include "einfo.h"
|
#include "einfo.h"
|
||||||
#include "rc-sysvinit.h"
|
#include "sysvinit.h"
|
||||||
|
|
||||||
static void sysvinit_send_cmd(struct init_request *request)
|
static void sysvinit_send_cmd(struct init_request *request)
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* rc-sysvinit.h - Interface to communicate with sysvinit via /run/initctl.
|
* sysvinit.h - Interface to communicate with sysvinit via /run/initctl.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
Loading…
Reference in New Issue
Block a user