diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-22 04:21:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-22 04:31:21 +0200 |
commit | 830964834f330836b9d33752e83de09d4f38da87 (patch) | |
tree | a94da514ef5a7b91f1c0b1be231180d58ff05f55 /.gitignore | |
parent | 09adcdf71d762803b33bd2064a0fed56cf4072e4 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c02e6bd801..6cfb3ed265 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +test-install org.freedesktop.hostname1.xml org.freedesktop.locale1.xml org.freedesktop.timedate1.xml |