Changeset 306b28d
- Timestamp:
- 06/20/2017 01:11:11 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1063e52
- Parents:
- d651fca
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd651fca r306b28d 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Revise boot configureation for wicd. Fixes 49 <ulink url="&blfs-ticket-root;9373">#9373</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to gtksourceview-3.24.3. Fixes 49 53 <ulink url="&blfs-ticket-root;9378">#9378</ulink>.</para> -
networking/netutils/wicd.xml
rd651fca r306b28d 103 103 104 104 <screen revision="sysv"><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \ 105 -e "/detection failed/ a \ self.init=\'init\/default\/wicd\'" \105 -e "/detection failed/ a self.init='init/default/wicd'" \ 106 106 -i.orig setup.py && 107 107 … … 115 115 --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen> 116 116 117 <screen revision="systemd"><userinput>sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \117 <screen revision="systemd"><userinput>sed -e "/detection failed/ a self.init='init/default/wicd'" \ 118 118 -i.orig setup.py && 119 119 … … 144 144 utilities. The second one fixes building with BLFS.</para> 145 145 146 <para revision="systemd"><command>sed -e ... -isetup.py</command>: Fix146 <para revision="systemd"><command>sed ... -i.orig setup.py</command>: Fix 147 147 and issue while building with BLFS.</para> 148 148 … … 165 165 for pm-utils. Omit this option if you use pm-utils.</para> 166 166 167 <para><option>--no-install-init</option>: Prevent installation of any init 168 scripts, as a bootscript is installed later in the instructions.</para> 167 <para revision="sysv"><option>--no-install-init</option>: Prevent 168 installation of any init scripts, as a bootscript is installed later in the 169 instructions.</para> 170 171 <para revision="systemd"><option>--no-install-init</option>: Prevent 172 installation of service files twice. They are installed as a part of 173 the sed to setup.py.</para> 169 174 170 175 <para><option>--no-install-gnome-shell-extensions</option>: Prevent … … 201 206 </note> 202 207 203 <para>To automatically start Wicd at boot time, you need to first install 204 the Wicd bootscript,<phrase revision="sysv"> 205 <filename>/etc/rc.d/init.d/wicd</filename></phrase> 206 <phrase revision="systemd"><filename>wicd.service</filename></phrase>, 207 included in the <xref linkend="bootscripts" revision="sysv"/> 208 <xref linkend="systemd-units" revision="systemd"/> package 209 (as user <systemitem class="username">root</systemitem>):</para> 210 211 <indexterm zone="wicd wicd-init"> 208 <para revision="sysv">To automatically start Wicd at boot time, you need 209 to first install the Wicd bootscript, 210 <filename>/etc/rc.d/init.d/wicd</filename> included in the <xref 211 linkend="bootscripts"/> package (as user <systemitem 212 class="username">root</systemitem>):</para> 213 214 <indexterm zone="wicd wicd-init" revision="sysv"> 212 215 <primary sortas="f-wicd">wicd (bootscript)</primary> 213 216 </indexterm> 214 217 215 <screen role='root' ><userinput>make install-wicd</userinput></screen>218 <screen role='root' revision="sysv"><userinput>make install-wicd</userinput></screen> 216 219 217 220 <para revision="sysv">Since Wicd will now handle all configuration of … … 222 225 <literal>ONBOOT=no</literal> in any 223 226 <filename>/etc/sysconfig/ifconfig.*</filename> files.</para> 227 228 <para revision="systemd">To enable wice at boot time, as the 229 <systemitem class="username">root</systemitem>) user, run:</para> 230 231 <screen role='root' revision="systemd"><userinput>systemctl enable wicd</userinput></screen> 224 232 225 233 <para>No manual configuration of Wicd is needed if you use the graphical
Note:
See TracChangeset
for help on using the changeset viewer.