Author: fernando
Date: Wed Sep 3 15:22:26 2014
New Revision: 14187
Log:
LXDM-0.5.0 fixes: Now, hopefully, it is the definive localization fix.
Modified:
trunk/BOOK/lxde/apps/lxdm.xml
Modified: trunk/BOOK/lxde/apps/lxdm.xml
==============================================================================
--- trunk/BOOK/lxde/apps/lxdm.xml Wed Sep 3 14:56:30 2014 (r14186)
+++ trunk/BOOK/lxde/apps/lxdm.xml Wed Sep 3 15:22:26 2014 (r14187)
@@ -109,9 +109,7 @@
First, fix some files.
</para>
-<screen><userinput>mv -vi pam/lxdm{,.orig} &&
-
-cat > pam/lxdm << "EOF" &&
+<screen><userinput>cat > pam/lxdm << "EOF" &&
<literal>#%PAM-1.0
auth required pam_unix.so
auth requisite pam_nologin.so
@@ -120,6 +118,7 @@
session required pam_unix.so</literal>
EOF
+sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &&
sed -i 's/^bg/#&/' data/lxdm.conf.in</userinput></screen>
<para>
@@ -141,9 +140,7 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install &&
-sed 's:/etc/sysconfig/i18n:/etc/profile.d/i18n.sh:g' \
- -i /usr/sbin/lxdm</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
</sect2>
@@ -162,6 +159,11 @@
</para>
<para>
+ <command>sed -i data/lxdm.in</command>: Fix greeter's locale for BLFS
+ specification.
+ </para>
+
+ <para>
<option>--with-pam</option>: This option enables use of pam
authentication.
</para>
@@ -171,11 +173,6 @@
systemd.
</para>
- <para>
- <command>sed ... -i /usr/sbin/lxdm</command>: Fix <command>lxdm</command>
- greeter to user locale.
- </para>
-
</sect2>
<sect2 role="configuration">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page