Changeset d11d80f
- Timestamp:
- 09/14/2014 02:23:20 PM (10 years ago)
- Branches:
- 7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
- Children:
- 6e065a4
- Parents:
- 8d33f00b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8d33f00b rd11d80f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS systemd Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 3th, &year;">9 <!ENTITY releasedate "September 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "systemd"> <!-- svn|[release #] --> -
lxde/apps/lxdm-systemd.xml
r8d33f00b rd11d80f 81 81 <bridgehead renderas="sect4">Required</bridgehead> 82 82 <para role="required"> 83 <xref linkend="gtk2"/> 83 84 <xref linkend="iso-codes"/> and 84 <xref linkend=" gtk2"/>85 <xref linkend="librsvg"/> (runtime, for default theme background) 85 86 </para> 86 87 … … 108 109 </para> 109 110 110 <screen><userinput>sed -e "/pam_selinux.so/d" -i pam/lxdm && 111 awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1' pam/lxdm 2>&1 | tee pam/lxdm && 112 ./configure --prefix=/usr \ 111 <screen><userinput>./configure --prefix=/usr \ 113 112 --sysconfdir=/etc \ 114 113 --with-pam \ … … 125 124 </para> 126 125 127 <screen role="root"><userinput>make install</userinput></screen> 126 <screen role="root"><userinput>make install && 127 sed -e "/pam_selinux.so/d" -i pam/lxdm && 128 awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1' pam/lxdm 2>&1 | tee /etc/pam.d/lxdm</userinput></screen> 128 129 </sect2> 129 130
Note:
See TracChangeset
for help on using the changeset viewer.