systemctl: provide compatibility implementations for various sysv utilities

This commit is contained in:
Lennart Poettering 2010-06-17 22:57:28 +02:00
parent 5925dd3c7a
commit e4b613402d
3 changed files with 752 additions and 191 deletions

View File

@ -369,6 +369,7 @@ systemd_cgroups_agent_LDADD = \
systemctl_SOURCES = \
src/systemctl.c \
src/utmp-wtmp.c \
$(BASIC_SOURCES)
systemctl_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)

14
fixme
View File

@ -57,6 +57,20 @@
* selinux
* User= and friends needs to understand %i and similar replacements
* EnvironmentFile=
* make systemd bus activatable
* pin /cgroup/systemd
* systemd-sysvinit as package
* docdir für sd-daemon.[ch]
* __attribute__ for sd_notifyf
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()

File diff suppressed because it is too large Load Diff