- 07 Feb, 2013 5 commits
-
-
Zbigniew Jędrzejewski-Szmek authored
man rules were repeating the same information in too many places, which was error prone. Those rules can be easily generated from .xml files. For efficiency and because python is not a required dependency, Makefile-man.am is only regenerated when requested with make update-man-list If no metadata in man/*.xml changed, this file should not change. So only when a new man page or a new alias is added, this file should show up in 'git diff'. The change should then be committed. If the support for building from git without python was dropped, we could drop Makefile-man.am from version control. This would also increase the partial build time (since more stuff would be rebuild whenever sources in man/*.xml would be modified), so it would probably wouldn't be worth it.
-
Zbigniew Jędrzejewski-Szmek authored
There shouldn't be any functional change. This is an 'automake include', so the generated Makefile is the same (apart from ordering).
-
Zbigniew Jędrzejewski-Szmek authored
Previously, errors would be ignored. Now they are not. But I don't see how we could fail to create the directory, so I don't think that it matters.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
When running without a user session, tests fail.
-
- 06 Feb, 2013 4 commits
-
-
Thomas Hindoe Paaboel Andersen authored
The test was originally added with this commit message: "ask-password: supported plymouth cached passwords"
-
Thomas Hindoe Paaboel Andersen authored
Clearer, and spares the temp variable.
-
Zbigniew Jędrzejewski-Szmek authored
False positives pop up otherwise. FAIL: test-unit-name (exit: 134) ================================ Failed to open /dev/tty0: Permission denied Failed to create root cgroup hierarchy: Permission denied Assertion 'manager_new(SYSTEMD_SYSTEM, &m) == 0' failed at src/test/test-unit-name.c:125, function test_unit_printf(). Aborting.
-
Thomas Hindoe Paaboel Andersen authored
adds test of: strv_find strv_find_prefix strv_overlap strv_sort streq_ptr first_word Splits tests of util.c into own file to avoid clutter as we add more. Removed a few prints and uses _cleanup_free_ to make the tests more focused.
-
- 04 Feb, 2013 5 commits
-
-
Umut Tezduyar authored
As of 3cdebc21 support for distro specific boot up runlevels has been dropped.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Kay Sievers authored
-
Kay Sievers authored
-
- 31 Jan, 2013 4 commits
-
-
Michal Schmidt authored
Mukund Sivaraman pointed out that cryptsetup(5) mentions the "read-only" option, while the code understands "readonly". We could just fix the manpage, but for consistency in naming of multi-word options it would be prettier to have "read-only". So let's accept both spellings. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=903463
-
Daniel Buch authored
-
Daniel Buch authored
test-strv.c: Leaves main clean for additional tests
-
Mauro Dreissig authored
-
- 30 Jan, 2013 20 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Tom Gundersen authored
-
Zbigniew Jędrzejewski-Szmek authored
Fixup for 350b6a65.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
Sometimes it is useful to look at them, and they don't take up any significant amount of space. Keeping them also avoids the message about files being removed at the end of make run.
-
Zbigniew Jędrzejewski-Szmek authored
- fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
This allows one templated unit to refer to another templated unit at installation time. Examples: > grep WantedBy ~/.config/systemd/user/mpop@.timer WantedBy=services@%i.target > srv disable mpop@iit.timer rm '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' > srv enable mpop@iit.timer ln -s '/home/alxchk/.config/systemd/user/mpop@.timer' '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' Based-on-patch-by:
Oleksii Shevchuk <alxchk@gmail.com>
-
Zbigniew Jędrzejewski-Szmek authored
When the username was not explicitly specified, both %U and %u would print the username. Make %U always print UID.
-
Zbigniew Jędrzejewski-Szmek authored
No functional change. This makes it possible to use them in install.c.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
- 29 Jan, 2013 2 commits
-
-
Tollef Fog Heen authored
-
Zbigniew Jędrzejewski-Szmek authored
-