Zbigniew Jędrzejewski-Szmek
8cd095cc27
shell-completion: fix header
2016-02-06 17:54:48 -05:00
Zbigniew Jędrzejewski-Szmek
89fc708c0a
man: clarify that generators are run before /var
...
Just a clarification. At least systemd-openqa-generator from
openqa gets this wrong.
2016-02-06 17:54:48 -05:00
Zbigniew Jędrzejewski-Szmek
89a1675845
man/hostnamectl: refer to transient hostname as "fallback"
...
Saying it is the "default" is misleading, because it is almost
never used.
2016-02-06 17:54:48 -05:00
Zbigniew Jędrzejewski-Szmek
75f2310f21
man/hostname: remove obsolete text
...
All distribution-specific code was removed ages ago.
2016-02-06 17:54:48 -05:00
Zbigniew Jędrzejewski-Szmek
17163897d4
build-sys: simplify conditionals around shell completion files
...
Repeating those conditionals for every program is
annoying. Use a helper variable to avoid conditionals.
Also always add generated completion files to CLEANFILES.
2016-02-06 17:54:48 -05:00
Zbigniew Jędrzejewski-Szmek
4c32f2c96b
build-sys: move CLEANFILES additions out from under HAVE_GNUEFI
...
It's better to always include them in 'make clean'.
It is also easier to read Makefile.am when less stuff is conditional.
2016-02-06 17:54:47 -05:00
Lennart Poettering
b72190e90f
Merge pull request #2505 from torstehu/fix-typo4
...
Fix typos and a small build fix
2016-02-01 22:09:54 +01:00
Torstein Husebø
fa9e9f72b9
resolve: Silence build warning, when systemd is built without libidn
...
HAVE_IDN is not defined when systemd is build without it
2016-02-01 21:10:03 +01:00
Torstein Husebø
e94968ba72
resolve: fix typos
2016-02-01 21:08:00 +01:00
Lennart Poettering
fd04bba0e8
Merge pull request #2491 from martinpitt/master
...
tmpfiles: drop /run/lock/lockdev
2016-02-01 18:27:51 +01:00
Martin Pitt
61f32bff61
tmpfiles: drop /run/lock/lockdev
...
Hardly any software uses that any more, and better locking mechanisms like
flock() have been available for many years.
Also drop the corresponding "lock" group from sysusers.d/basic.conf.in, as
nothing else is using this.
2016-02-01 12:16:24 +01:00
Lennart Poettering
f3ade27e68
Merge pull request #2497 from jsynacek/bootoffset-runtime-v4
...
Expose additional booleans in sd_journal and improve error messages in journalctl
2016-02-01 12:02:53 +01:00
Jan Synacek
c34e939909
journalctl: improve error messages when the specified boot is not found
2016-02-01 11:59:33 +01:00
Jan Synacek
0f1a9a830c
journalctl: show friendly info when using -b on runtime journal only
...
Make it clear that specifing boot when there is actually only one has no
effect. This cosmetic patch improves user experience a bit.
2016-02-01 11:59:33 +01:00
Jan Synacek
39fd5b08a7
sd-journal: introduce has_runtime_files and has_persistent_files
...
Also introduce sd_journal_has_runtime_files() and
sd_journal_has_persistent_files() to the public API. These functions
can be used to easily find out if the open journal files are runtime
and/or persistent.
2016-02-01 11:59:27 +01:00
Lennart Poettering
c248c80dfd
Merge pull request #2481 from xnox/pretty-ccw
...
udev: net_id - for ccw bus, shorten the identifier and stip leading z…
2016-02-01 11:39:11 +01:00
Lennart Poettering
da21f8743a
Merge pull request #2493 from evverx/fix-selinux-checks
...
Fix selinux check for ReloadUnit
2016-02-01 11:34:56 +01:00
Lennart Poettering
a6c5361bb1
Merge pull request #2494 from michaelolbrich/resolved-without-gcrypt
...
Resolved without gcrypt
2016-02-01 11:05:45 +01:00
Zbigniew Jędrzejewski-Szmek
c25bf528a1
Merge pull request #2496 from whot/hwdb-updates
...
hwdb: add Samsung 305V4A axis resolutions
2016-01-31 22:08:25 -05:00
Peter Hutterer
d9a03677a5
hwdb: add Samsung 305V4A axis resolutions
...
From https://bugzilla.redhat.com/show_bug.cgi?id=1294022
2016-02-01 12:50:43 +10:00
Michael Olbrich
4709152273
resolved: allow building without libgcrypt
2016-01-31 23:54:12 +01:00
Michael Olbrich
421cc89d30
resolved: make dnssec_nsec_test_enclosed() static
...
It's not used anywhere else.
2016-01-31 23:54:12 +01:00
Michael Olbrich
dbf0b8a281
resolved: reorder functions
...
Preparation to make gcrypt optional.
2016-01-31 23:54:12 +01:00
Evgeny Vereshchagin
f596e00f32
core: let's check access before type modification
2016-01-31 14:23:46 +00:00
Evgeny Vereshchagin
94bd732348
core: refactoring: add job_type_to_access_method
...
remove duplication
2016-01-31 14:23:46 +00:00