mirror of
https://github.com/systemd/systemd
synced 2025-10-09 21:54:44 +02:00
Compare commits
4 Commits
5fe08a12e6
...
f89a52e360
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f89a52e360 | ||
![]() |
7db319b13a | ||
![]() |
0ddf8d9c1d | ||
![]() |
4adf1b1d62 |
2
TODO
2
TODO
@ -120,7 +120,7 @@ Deprecations and removals:
|
|||||||
|
|
||||||
* Once
|
* Once
|
||||||
https://github.com/util-linux/util-linux/commit/508fb0e7ac103b68531a59db2a4473897853ab52
|
https://github.com/util-linux/util-linux/commit/508fb0e7ac103b68531a59db2a4473897853ab52
|
||||||
has hit the prominent distributions, revert --issue-file= hack in units/*getty*sevice.in
|
has hit the prominent distributions, revert --issue-file= hack in units/*getty*service.in
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
@ -1163,7 +1163,7 @@ LEGEND: M → sys_vendor (LENOVO) ┄ F → product_family (ThinkPad X1 Carbon G
|
|||||||
<varname>LogRateLimitIntervalUSec</varname>.
|
<varname>LogRateLimitIntervalUSec</varname>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>This verb is intended primarily for programatic generation of shell completions.</para>
|
<para>This verb is intended primarily for programmatic generation of shell completions.</para>
|
||||||
|
|
||||||
<xi:include href="version-info.xml" xpointer="v258"/>
|
<xi:include href="version-info.xml" xpointer="v258"/>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
@ -422,7 +422,7 @@ static int parse_argv(int argc, char *argv[]) {
|
|||||||
* normally. */
|
* normally. */
|
||||||
|
|
||||||
if (unit_shell >= 0) {
|
if (unit_shell >= 0) {
|
||||||
optind--; /* don't processs this argument, go one step back */
|
optind--; /* don't process this argument, go one step back */
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
if (streq(optarg, "unit-shell"))
|
if (streq(optarg, "unit-shell"))
|
||||||
|
@ -2496,7 +2496,7 @@ static void socket_enter_running(Socket *s, int cfd_in) {
|
|||||||
* BUS_ERROR_TRANSACTION_JOBS_CONFLICTING or BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC,
|
* BUS_ERROR_TRANSACTION_JOBS_CONFLICTING or BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC,
|
||||||
* since those are errors in a single transaction, which are most likely
|
* since those are errors in a single transaction, which are most likely
|
||||||
* caused by dependency issues in the unit configuration.
|
* caused by dependency issues in the unit configuration.
|
||||||
* Deferring activation probabaly won't help. */
|
* Deferring activation probably won't help. */
|
||||||
return socket_enter_deferred(s);
|
return socket_enter_deferred(s);
|
||||||
} else
|
} else
|
||||||
r = manager_add_job(UNIT(s)->manager, JOB_START, UNIT_DEREF(s->service), JOB_REPLACE, &error, /* ret = */ NULL);
|
r = manager_add_job(UNIT(s)->manager, JOB_START, UNIT_DEREF(s->service), JOB_REPLACE, &error, /* ret = */ NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user