Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/
Date: Mon, 26 Feb 2018 19:15:44
Message-Id: 1519672471.c3d666acaf51c771671b0fa54bd8ec0f5d29859e.williamh@OpenRC
1 commit: c3d666acaf51c771671b0fa54bd8ec0f5d29859e
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 26 19:14:31 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 19:14:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c3d666ac
7
8 openrc: remove unused #define's.
9
10 src/rc/rc.c | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/src/rc/rc.c b/src/rc/rc.c
14 index a65f35e1..f613b5b6 100644
15 --- a/src/rc/rc.c
16 +++ b/src/rc/rc.c
17 @@ -78,9 +78,6 @@ const char *usagestring = "" \
18 #define INITSH RC_LIBEXECDIR "/sh/init.sh"
19 #define INITEARLYSH RC_LIBEXECDIR "/sh/init-early.sh"
20
21 -#define SHUTDOWN "/sbin/shutdown"
22 -#define SULOGIN "/sbin/sulogin"
23 -
24 #define INTERACTIVE RC_SVCDIR "/interactive"
25
26 #define DEVBOOT "/dev/.rcboot"