summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-09 23:25:57 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-09 23:25:57 +0100
commit05d02d8db0b3a7fd7634f7a0bd35ad96da469fb4 (patch)
tree7265de9518ba407dfa9b70e5833a17e337510bbf
parent4536f71691f6bbf40e1c82856850e0b7057b6e9d (diff)
main: fix reexecution of systemd, use right path to binary
-rw-r--r--Makefile.am2
-rw-r--r--TODO2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5b819e4cd..122acfad90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,7 +86,7 @@ AM_CPPFLAGS = \
-DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
-DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
-DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
- -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \
+ -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
-DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
-DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
-DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
diff --git a/TODO b/TODO
index ed857f836b..5ee199fb37 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Bugfixes:
Features:
+* support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.
+
* add interface to allow immediate rotation of the journal, and even flushing.
* don't log coredumps of PID 1 into the journal