Changeset 52b602c
- Timestamp:
- 02/14/2016 12:31:13 AM (7 years ago)
- Branches:
- 7.9-systemd, 7.9-systemd-rc1, 7.9-systemd-rc2, systemd
- Children:
- f6f68e0
- Parents:
- d4a090e9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd4a090e9 r52b602c 46 46 <para>[dj] - Updated to systemd-229.</para> 47 47 </listitem> 48 <listitem> 49 <para>[Chris] - Removed obsolete --dbus* switches from systemd 50 installation - current systemd sets reasonable defaults for D-Bus 51 files.</para> 52 </listitem> 48 53 </itemizedlist> 49 54 </listitem> -
chapter06/systemd.xml
rd4a090e9 r52b602c 88 88 <para>Prepare systemd for compilation:</para> 89 89 90 <screen><userinput remap="configure">./configure --prefix=/usr \ 91 --sysconfdir=/etc \ 92 --localstatedir=/var \ 93 --config-cache \ 94 --with-rootprefix= \ 95 --with-rootlibdir=/lib \ 96 --enable-split-usr \ 97 --disable-firstboot \ 98 --disable-ldconfig \ 99 --disable-sysusers \ 100 --without-python \ 101 --docdir=/usr/share/doc/systemd-&systemd-version; \ 102 --with-dbuspolicydir=/etc/dbus-1/system.d \ 103 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 104 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 90 <screen><userinput remap="configure">./configure --prefix=/usr \ 91 --sysconfdir=/etc \ 92 --localstatedir=/var \ 93 --config-cache \ 94 --with-rootprefix= \ 95 --with-rootlibdir=/lib \ 96 --enable-split-usr \ 97 --disable-firstboot \ 98 --disable-ldconfig \ 99 --disable-sysusers \ 100 --without-python \ 101 --docdir=/usr/share/doc/systemd-&systemd-version;</userinput></screen> 105 102 106 103 <variablelist> … … 172 169 <filename>/etc/passwd</filename> files. Both files 173 170 were created early in this chapter.</para> 174 </listitem>175 </varlistentry>176 177 <varlistentry>178 <term><parameter>--with-dbus*</parameter></term>179 <listitem>180 <para>These switches ensure that D-Bus configuration files181 get installed in the correct locations.</para>182 171 </listitem> 183 172 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.