Changeset ec86461
- Timestamp:
- Aug 13, 2009, 10:06:22 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7bca962
- Parents:
- 3124bb6
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r3124bb6 rec86461 36 36 <para os="b">Prepare Shadow for compilation:</para> 37 37 38 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-libpam \ 39 --without-audit --without-selinux</userinput></screen> 38 <screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen> 40 39 41 40 <para os="d">The meaning of the configure options:</para> … … 46 45 <listitem><para>Tells Shadow to install its configuration files into 47 46 /etc, rather than /usr/etc.</para></listitem> 48 </varlistentry>49 <varlistentry>50 <term><parameter>--without-libpam</parameter></term>51 <listitem><para>Support for Linux-PAM is enabled by default in Shadow,52 however PAM is not installed on a base CLFS system, so this switch53 disables PAM support in Shadow. For instructions to install PAM and54 link Shadow to it, you can look at55 <ulink url="&cblfs-root;index.php/Linux-PAM"/>.</para></listitem>56 </varlistentry>57 <varlistentry>58 <term><parameter>--without-audit</parameter></term>59 <listitem><para>Support for auditing is enabled by default, but a60 library that it needs is not installed in a base CLFS system. This61 switch disables auditing support.</para></listitem>62 </varlistentry>63 <varlistentry>64 <term><parameter>--without-selinux</parameter></term>65 <listitem><para>Support for selinux is enabled by default, but selinux66 is not built in a base CLFS system and configure will fail without this67 switch.</para></listitem>68 47 </varlistentry> 69 48 </variablelist> -
BOOK/introduction/common/changelog.xml
r3124bb6 rec86461 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>August 14, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Chaged Shadow instructions to remove unneeded 44 configure options and update sed command for the encryption method.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.