Remove polkitd from start up part in #19. One of us will need to rewrite this
anyway, but just remove for now to avoid users to get confuse.
This commit is contained in:
parent
f14e1dd298
commit
5e2856123d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31752
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.130 2008/03/01 02:46:03 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.131 2008/03/22 16:11:01 mezz Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||
<!ENTITY email "freebsd-gnome">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
|
@ -785,13 +785,12 @@ Type=Application
|
|||
<tt>gnome-volume-manager</tt> installed.</p>
|
||||
|
||||
<p>The daemons that must be started prior to logging into
|
||||
GNOME are, <b>dbus</b>, <b>polkitd</b>, and <b>hald</b> in
|
||||
that order. To do this, add the following to
|
||||
<tt>/etc/rc.conf</tt>, and reboot:</p>
|
||||
GNOME are, <b>dbus</b> and <b>hald</b> in that order. To do
|
||||
this, add the following to <tt>/etc/rc.conf</tt>, and
|
||||
reboot:</p>
|
||||
|
||||
<pre>
|
||||
dbus_enable="YES"
|
||||
polkitd_enable="YES"
|
||||
hald_enable="YES"
|
||||
</pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue