pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnome Add a note on how to setup the hal dae...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aa1cad5e4f0
branches:  trunk
changeset: 550773:8aa1cad5e4f0
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Nov 28 18:22:45 2008 +0000

description:
Add a note on how to setup the hal daemon.

diffstat:

 meta-pkgs/gnome/MESSAGE |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 1ce8ce1e7d2b -r 8aa1cad5e4f0 meta-pkgs/gnome/MESSAGE
--- a/meta-pkgs/gnome/MESSAGE   Fri Nov 28 14:44:25 2008 +0000
+++ b/meta-pkgs/gnome/MESSAGE   Fri Nov 28 18:22:45 2008 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2006/04/03 07:13:33 reed Exp $
+$NetBSD: MESSAGE,v 1.3 2008/11/28 18:22:45 jmcneill Exp $
 
 In order to get the GNOME Desktop running properly, you need to follow
 these manual steps:
@@ -12,15 +12,19 @@
    ${PREFIX}/share/examples/rc.d/dbus script to /etc/rc.d and add
    dbus=YES to your /etc/rc.conf file.
 
-3) Enable the cups daemon if you installed it.  In order to do that, copy
+3) Enable the hal daemon if GNOME has been built with the hal option (the
+   default).  In order to do that, copy the ${PREFIX}/share/examples/rc.d/hal
+   script to /etc/rc.d and set hal=YES in your /etc/rc.conf file.
+
+4) Enable the cups daemon if you installed it.  In order to do that, copy
    the ${PREFIX}/share/examples/rc.d/{cupsd,slpd} scripts to /etc/rc.d and
    set cupsd=YES and slpd=NO in your /etc/rc.conf file.
 
-4) Set up the gnome-screensaver PAM service by creating the
+5) Set up the gnome-screensaver PAM service by creating the
    /etc/pam.d/gnome-screensaver file.  You can use one of the files
    in ${PREFIX}/share/examples/gnome-screensaver/pam.d as templates.
 
-5) Optionally enable GDM (highly recommended).  Just copy the
+6) Optionally enable GDM (highly recommended).  Just copy the
    ${PREFIX}/share/examples/rc.d/gdm script to /etc/rc.d and add
    gdm=YES to your /etc/rc.conf file.
 



Home | Main Index | Thread Index | Old Index