Remove the installation instructions for dbus and hal from the Gnome
section. They are installed as dependencies.
This commit is contained in:
parent
bffd17439c
commit
fdcf134dfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48109
1 changed files with 7 additions and 17 deletions
|
@ -1419,23 +1419,13 @@ DisplayManager.requestPort: 0</screen>
|
|||
|
||||
<programlisting>proc /proc procfs rw 0 0</programlisting>
|
||||
|
||||
<para><application>GNOME</application> also needs
|
||||
<para><application>GNOME</application> uses
|
||||
<application>D-Bus</application> and
|
||||
<application>HAL</application>. These applications provide a
|
||||
message bus and hardware abstraction. They can be installed
|
||||
from packages:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install dbus hal</userinput></screen>
|
||||
|
||||
<para>or from the Ports Collection:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/devel/dbus</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput>
|
||||
&prompt.root; <userinput>cd /usr/ports/sysutils/hal</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Then enable both systems in
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
<application>HAL</application> for a
|
||||
message bus and hardware abstraction. These applications are automatically
|
||||
installed as dependencies of <application>GNOME</application>.
|
||||
Enable them in <filename>/etc/rc.conf</filename> so
|
||||
they will be started when the system boots:</para>
|
||||
|
||||
<programlisting>dbus_enable="YES"
|
||||
hald_enable="YES"</programlisting>
|
||||
|
@ -1457,7 +1447,7 @@ hald_enable="YES"</programlisting>
|
|||
|
||||
<programlisting>gnome_enable="YES"</programlisting>
|
||||
|
||||
<para><application>GDM</application> will now start
|
||||
<para><application>GDM</application> will start
|
||||
automatically when the system boots.</para>
|
||||
|
||||
<para>A second method for starting
|
||||
|
|
Loading…
Reference in a new issue