From f8fa2f15e70a286e42e9d601aa66f2317467a2a7 Mon Sep 17 00:00:00 2001 From: matsuand Date: Thu, 13 Sep 2018 11:02:44 +0000 Subject: [PATCH] =?utf8?q?[LFS-SVN]=20SVN-20180902,=20=E3=83=81=E3=82=A7?= =?utf8?q?=E3=83=B3=E3=82=B8=E3=82=BB=E3=83=83=E3=83=88=2011467-11471=20?= =?utf8?q?=E5=AF=BE=E5=BF=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1211 d6661c75-0afd-443a-aae1-cb31083e41e8 --- lfsbook/src/Makefile.am | 12 ++++++------ lfsbook/src/Makefile.in | 12 ++++++------ lfsbook/src/chapter01/jchangelog.ch | 16 ++++++++++++++++ lfsbook/src/chapter07/systemd-custom.ch | 6 +++--- 4 files changed, 31 insertions(+), 15 deletions(-) diff --git a/lfsbook/src/Makefile.am b/lfsbook/src/Makefile.am index c5e7bed2..b8ba6f0f 100644 --- a/lfsbook/src/Makefile.am +++ b/lfsbook/src/Makefile.am @@ -33,7 +33,7 @@ ALLXML=$(shell find . -type d -name $(RENDERTMP) -prune -o -type f -name '*.xml' REV=@revspec@ -all: ctie $(srcs) stylesheets _bootscripts udev-lfs book dump-commands +all: ctie $(srcs) stylesheets _bootscripts udev-lfs book ctie: @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null @@ -215,12 +215,12 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.e "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \ $(BASEDIR)/md5sums -dump-commands: validate - @echo "Dumping book commands..." - $(XSLTPROC) --output $(DUMPDIR)/ \ - stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml +#dump-commands: validate +# @echo "Dumping book commands..." +# $(XSLTPROC) --output $(DUMPDIR)/ \ +# stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml #all: lfs nochunks pdf dump-commands -.PHONY : all dump-commands lfs nochunks pdf profile-html tmpdir validate +.PHONY : all lfs nochunks pdf profile-html tmpdir validate diff --git a/lfsbook/src/Makefile.in b/lfsbook/src/Makefile.in index 00fca518..88aa835d 100644 --- a/lfsbook/src/Makefile.in +++ b/lfsbook/src/Makefile.in @@ -619,7 +619,7 @@ uninstall-am: .PRECIOUS: Makefile -all: ctie $(srcs) stylesheets _bootscripts udev-lfs book dump-commands +all: ctie $(srcs) stylesheets _bootscripts udev-lfs book ctie: @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null @@ -801,14 +801,14 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.e "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \ $(BASEDIR)/md5sums -dump-commands: validate - @echo "Dumping book commands..." - $(XSLTPROC) --output $(DUMPDIR)/ \ - stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml +#dump-commands: validate +# @echo "Dumping book commands..." +# $(XSLTPROC) --output $(DUMPDIR)/ \ +# stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml #all: lfs nochunks pdf dump-commands -.PHONY : all dump-commands lfs nochunks pdf profile-html tmpdir validate +.PHONY : all lfs nochunks pdf profile-html tmpdir validate # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/lfsbook/src/chapter01/jchangelog.ch b/lfsbook/src/chapter01/jchangelog.ch index 5415d293..3bba811b 100644 --- a/lfsbook/src/chapter01/jchangelog.ch +++ b/lfsbook/src/chapter01/jchangelog.ch @@ -60,6 +60,22 @@ --> + 2018-09-13 + + + [matsuand] - + SVN-20180902 + 20180902-systemd, + チェンジセット + 11467 ~ + 11471 + 対応。 + + + + + + 2018-09-06 diff --git a/lfsbook/src/chapter07/systemd-custom.ch b/lfsbook/src/chapter07/systemd-custom.ch index 22f8d53c..7bd2cd89 100644 --- a/lfsbook/src/chapter07/systemd-custom.ch +++ b/lfsbook/src/chapter07/systemd-custom.ch @@ -418,12 +418,12 @@ @x Disable at build-time: You can enable lingering by default while building systemd by adding the switch - --without-kill-user-processes to the - configure command for systemd. This completely + -Ddefault-kill-user-processes=no to the + meson command for systemd. This completely disables the ability of systemd to kill user processes at session end. @y 機能変更をビルド時に無効化する方法: - プロセス継続をデフォルトとするために systemd のビルド時に configure コマンドにおいて --without-kill-user-processes スイッチを指定する方法があります。 + プロセス継続をデフォルトとするために systemd のビルド時に meson コマンドにおいて -Ddefault-kill-user-processes=no スイッチを指定する方法があります。 この方法をとれば、systemd がセッション終了時にユーザープロセスを終了させてしまう機能を完全に無効化することができます。 @z \ No newline at end of file -- 2.11.0