diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-19 03:18:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-20 02:31:54 +0200 |
commit | d06dacd0020af7e31ff6089deff339b00ed979e3 (patch) | |
tree | 40d3db2c57f53955645e95df805b43913c6e3dde /Makefile.am | |
parent | 8a2b3c097b5ebd53348700f591e50530a82b5cea (diff) |
service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and decode exit codes in systemctl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bf329e5083..1a7142158d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -299,6 +299,7 @@ libsystemd_core_la_SOURCES = \ src/path.c \ src/load-dropin.c \ src/execute.c \ + src/exit-status.c \ src/dbus.c \ src/dbus-manager.c \ src/dbus-unit.c \ @@ -604,7 +605,8 @@ systemctl_SOURCES = \ src/path-lookup.c \ src/sd-daemon.c \ src/cgroup-show.c \ - src/cgroup-util.c + src/cgroup-util.c \ + src/exit-status.c systemctl_CFLAGS = \ $(AM_CFLAGS) \ |