sysv: Remove systemd user unit in Emacs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21920 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-08-09 01:56:34 +00:00
parent 4e0a40f25d
commit 2ab28c8259
2 changed files with 8 additions and 1 deletions

View File

@ -45,6 +45,9 @@
<listitem> <listitem>
<para>August 8th, 2019</para> <para>August 8th, 2019</para>
<itemizedlist> <itemizedlist>
<listitem revision="sysv">
<para>[renodr] - Remove systemd user unit from Emacs.</para>
</listitem>
<listitem> <listitem>
<para>[renodr] - Fix building Grantlee with CMake 3.15 or newer. Fixes <para>[renodr] - Fix building Grantlee with CMake 3.15 or newer. Fixes
<ulink url="&blfs-ticket-root;12374">#12374</ulink>.</para> <ulink url="&blfs-ticket-root;12374">#12374</ulink>.</para>

View File

@ -117,9 +117,13 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp; <screen role="root" revision="systemd"><userinput>make install &amp;&amp;
chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen> chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
<screen role="root" revision="sysv"><userinput>make install &amp;&amp;
chown -v -R root:root /usr/share/emacs/&emacs-version; &amp;&amp;
rm -vf /usr/lib/systemd/user/emacs.service</userinput></screen>
<para> <para>
This package installs icon files into the <filename This package installs icon files into the <filename