chiark / gitweb /
install: add new installer implementation
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jul 2011 02:21:18 +0000 (04:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jul 2011 02:31:21 +0000 (04:31 +0200)
commit830964834f330836b9d33752e83de09d4f38da87
treea94da514ef5a7b91f1c0b1be231180d58ff05f55
parent09adcdf71d762803b33bd2064a0fed56cf4072e4
install: add new installer implementation

This new installer will replace the current code of "systemctl enable"
but also be available via D-Bus. It adds a couple of new features:

- Mask/Unmask calls
- Reenable call
- Preset call
- Support for enabling units temporarily (i.e. in /run/systemd instead
  of /etc/systemd)
- Enumeration of installed units
- Support for out-of-search-path units

systemctl and D-Bus are not hooked up with this yet
.gitignore
Makefile.am
src/install.c [new file with mode: 0644]
src/install.h [new file with mode: 0644]
src/test-install.c [new file with mode: 0644]
src/util.c
src/util.h