Compare commits

..

No commits in common. "aaaf42cb44d4fcd598fca441a11856f3e8dd06d8" and "41db91775a1d93077b70cc83ba277a2ebb506297" have entirely different histories.

5 changed files with 14 additions and 39 deletions

View File

@ -155,7 +155,7 @@
<row> <row>
<entry><literal>o</literal></entry> <entry><literal>o</literal></entry>
<entry><constant>SD_BUS_TYPE_OBJECT_PATH</constant></entry> <entry><constant>SD_BUS_TYPE_OBJECT_PATH</constant></entry>
<entry>D-Bus object path string</entry> <entry>D-Bus object path stringy</entry>
<entry><type>const char **</type></entry> <entry><type>const char **</type></entry>
</row> </row>

View File

@ -62,52 +62,52 @@ msgstr "systemdの状態を再読込するには認証が必要です。"
#: src/home/org.freedesktop.home1.policy:13 #: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area" msgid "Create a home area"
msgstr "ホーム領域の作成" msgstr "ホームディレクトリの作成"
#: src/home/org.freedesktop.home1.policy:14 #: src/home/org.freedesktop.home1.policy:14
msgid "Authentication is required to creat a user's home area." msgid "Authentication is required to creat a user's home area."
msgstr "ユーザのホーム領域を作成するには認証が必要です。" msgstr "ユーザのホームディレクトリを作成するには認証が必要です。"
#: src/home/org.freedesktop.home1.policy:23 #: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area" msgid "Remove a home area"
msgstr "ホーム領域の削除" msgstr "ホームディレクトリの削除"
#: src/home/org.freedesktop.home1.policy:24 #: src/home/org.freedesktop.home1.policy:24
msgid "Authentication is required to remov a user's home area." msgid "Authentication is required to remov a user's home area."
msgstr "ユーザのホーム領域の削除には認証が必要です。" msgstr "ユーザのホームディレクトリの削除には認証が必要です。"
#: src/home/org.freedesktop.home1.policy:33 #: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area" msgid "Check credentials of a home area"
msgstr "ホーム領域の認証情報の確認" msgstr "ホームディレクトリの認証情報の確認"
#: src/home/org.freedesktop.home1.policy:34 #: src/home/org.freedesktop.home1.policy:34
msgid "" msgid ""
"Authentication is required to check credentials against a user's home area." "Authentication is required to check credentials against a user's home area."
msgstr "ユーザのホーム領域に対する認証情報の確認には認証が必要です。" msgstr "ユーザのホームディレクトリに対する認証情報の確認には認証が必要です。"
#: src/home/org.freedesktop.home1.policy:43 #: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area" msgid "Update a home area"
msgstr "ホーム領域の更新" msgstr "ホームディレクトリの更新"
#: src/home/org.freedesktop.home1.policy:44 #: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to updat a user's home area." msgid "Authentication is required to updat a user's home area."
msgstr "ユーザのホーム領域の更新には認証が必要です。" msgstr "ユーザのホームディレクトリの更新には認証が必要です。"
#: src/home/org.freedesktop.home1.policy:53 #: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area" msgid "Resize a home area"
msgstr "ホーム領域のサイズ変更" msgstr "ホームディレクトリのサイズ変更"
#: src/home/org.freedesktop.home1.policy:54 #: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resiz a user's home area." msgid "Authentication is required to resiz a user's home area."
msgstr "ユーザのホーム領域のサイズ変更には認証が必要です。" msgstr "ユーザのホームディレクトリのサイズ変更には認証が必要です。"
#: src/home/org.freedesktop.home1.policy:63 #: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area" msgid "Change password of a home area"
msgstr "ホーム領域のパスワード変更" msgstr "ホームディレクトリのパスワード変更"
#: src/home/org.freedesktop.home1.policy:64 #: src/home/org.freedesktop.home1.policy:64
msgid "Authentication is required to chang the password of a user's home area." msgid "Authentication is required to chang the password of a user's home area."
msgstr "ユーザのホーム領域のパスワードを変更するには認証が必要です。" msgstr "ユーザのホームディレクトリのパスワードを変更するには認証が必要です。"
#: src/hostname/org.freedesktop.hostname1.policy:20 #: src/hostname/org.freedesktop.hostname1.policy:20
msgid "Set host name" msgid "Set host name"

View File

@ -699,7 +699,7 @@ static int parse_argv(int argc, char *argv[]) {
if (isempty(optarg)) if (isempty(optarg))
arg_services = strv_free(arg_services); arg_services = strv_free(arg_services);
else { else {
_cleanup_strv_free_ char **l = NULL; char **l;
l = strv_split(optarg, ":"); l = strv_split(optarg, ":");
if (!l) if (!l)

View File

@ -78,8 +78,6 @@ units = [
'sysinit.target.wants/'], 'sysinit.target.wants/'],
['sys-kernel-debug.mount', '', ['sys-kernel-debug.mount', '',
'sysinit.target.wants/'], 'sysinit.target.wants/'],
['sys-kernel-tracing.mount', '',
'sysinit.target.wants/'],
['sysinit.target', ''], ['sysinit.target', ''],
['syslog.socket', ''], ['syslog.socket', ''],
['system-systemd\\x2dcryptsetup.slice', 'HAVE_LIBCRYPTSETUP'], ['system-systemd\\x2dcryptsetup.slice', 'HAVE_LIBCRYPTSETUP'],

View File

@ -1,23 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1+
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Kernel Trace File System
Documentation=https://www.kernel.org/doc/Documentation/trace/ftrace.txt
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
ConditionPathExists=/sys/kernel/tracing
ConditionCapability=CAP_SYS_RAWIO
Before=sysinit.target
[Mount]
What=tracefs
Where=/sys/kernel/tracing
Type=tracefs
Options=nosuid,nodev,noexec