Author: renodr
Date: Thu Aug 8 18:56:34 2019
New Revision: 21920
Log:
sysv: Remove systemd user unit in Emacs
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/editors/emacs.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Aug 8 18:00:01
2019 (r21919)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Aug 8 18:56:34
2019 (r21920)
@@ -45,6 +45,9 @@
<listitem>
<para>August 8th, 2019</para>
<itemizedlist>
+ <listitem revision="sysv">
+ <para>[renodr] - Remove systemd user unit from Emacs.</para>
+ </listitem>
<listitem>
<para>[renodr] - Fix building Grantlee with CMake 3.15 or newer.
Fixes
<ulink url="&blfs-ticket-root;12374">#12374</ulink>.</para>
Modified: trunk/BOOK/postlfs/editors/emacs.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/emacs.xml Thu Aug 8 18:00:01 2019
(r21919)
+++ trunk/BOOK/postlfs/editors/emacs.xml Thu Aug 8 18:56:34 2019
(r21920)
@@ -117,9 +117,13 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install &&
+<screen role="root" revision="systemd"><userinput>make install &&
chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
+<screen role="root" revision="sysv"><userinput>make install &&
+chown -v -R root:root /usr/share/emacs/&emacs-version; &&
+rm -vf /usr/lib/systemd/user/emacs.service</userinput></screen>
+
<para>
This package installs icon files into the <filename
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page