Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
2d02719c
Commit
2d02719c
authored
Apr 23, 2010
by
Lennart Poettering
Browse files
units: fix logger/initctl paths
parent
cabab516
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
2d02719c
...
...
@@ -246,10 +246,14 @@ systemadm_CPPFLAGS = $(AM_CPPFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS)
systemadm_LDADD
=
$(DBUSGLIB_LIBS)
$(GTK_LIBS)
systemd-initctl.service
:
units/systemd-initctl.service.in Makefile
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
<
$<
>
$@
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
-e
's,@pkglibexecdir\@,
$(pkglibexecdir)
,g'
\
<
$<
>
$@
systemd-logger.service
:
units/systemd-logger.service.in Makefile
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
<
$<
>
$@
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
-e
's,@pkglibexecdir\@,
$(pkglibexecdir)
,g'
\
<
$<
>
$@
CLEANFILES
=
\
systemd-interfaces.c
\
...
...
socket.c
View file @
2d02719c
...
...
@@ -1110,7 +1110,6 @@ static void socket_fd_event(Unit *u, int fd, uint32_t events, Watch *w) {
}
}
log_debug
(
"cfd=%i"
,
cfd
);
socket_enter_running
(
s
,
cfd
);
return
;
...
...
units/systemd-initctl.service.in
View file @
2d02719c
...
...
@@ -2,5 +2,5 @@
Description=systemd /dev/initctl Compatibility
[Service]
ExecStart=@libexecdir@/systemd-initctl
ExecStart=@
pkg
libexecdir@/systemd-initctl
Type=simple
units/systemd-logger.service.in
View file @
2d02719c
...
...
@@ -2,5 +2,5 @@
Description=systemd Logging Daemon
[Service]
ExecStart=@libexecdir@/systemd-logger
ExecStart=@
pkg
libexecdir@/systemd-logger
Type=simple
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment