openrc-shutdown: remove rc- prefix from file names

This commit is contained in:
William Hubbs 2022-04-09 22:54:03 -05:00
parent 39eb3384f6
commit 0b3f8750e7
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
if os == 'Linux'
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],
c_args : cc_branding_flags,
include_directories: [incdir, einfo_incdir, rc_incdir],

View File

@ -35,7 +35,7 @@
#include "rc.h"
#include "helpers.h"
#include "misc.h"
#include "rc-sysvinit.h"
#include "sysvinit.h"
#include "wtmp.h"
#include "_usage.h"

View File

@ -1,5 +1,5 @@
/*
* rc-sysvinit.c
* sysvinit.c
* Helper to send a runlevel change to sysvinit
*/
@ -24,7 +24,7 @@
#include <sys/types.h>
#include "einfo.h"
#include "rc-sysvinit.h"
#include "sysvinit.h"
static void sysvinit_send_cmd(struct init_request *request)
{

View File

@ -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.
*/
/*