Age | Commit message (Collapse) | Author |
|
similar
|
|
itself but of an auxiliary tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just removing a parenthesis
|
|
|
|
self-provides
|
|
|
|
in rc.conf
|
|
|
|
|
|
|
|
|
|
|
|
hierarchies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 66d9b3b59551a33398b2201662af5c8c17a367c9.
If we check for i == ITERATOR_LAST we exit the loop one entry before the
end. Instead we should return if e is NULL.
|
|
This fixes a c&p error in 7472744bf9eddc7137f03233e49fa780793d5fc0
|
|
Read LANG from /etc/default/locale.
|
|
|
|
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to
isolate code dealing with /etc/init.d and /etc/rcN.d for systems where
it does not make sense (one that does not use sysv or one that is fully
systemd native).
The patch tries to be as little intrusive as possible, however in
order to minimize the number of #ifdef'ed regions I've reordered some
code in path-lookup.c:lookup_paths_init() where all code dealing with
sysv is now isolated under running_as == MANAGER_SYSTEM as well.
Moreover, In struct Service, some fields were rearranged to reduce
the number of ifdefs.
Lennart's suggestions were fixed and squashed with the original patch,
that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stable
|
|
|
|
|
|
|