summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-11-28 18:22:45 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-11-28 18:22:45 +0000
commit88830b8410498f8767d7ed71caba2cc4e15604b6 (patch)
treec70a0240a575cf610f29657838b8cde27db6c596 /meta-pkgs/gnome
parent7f6f63d8fad94d656152c00d3bd09dc6ae383699 (diff)
downloadpkgsrc-88830b8410498f8767d7ed71caba2cc4e15604b6.tar.gz
Add a note on how to setup the hal daemon.
Diffstat (limited to 'meta-pkgs/gnome')
-rw-r--r--meta-pkgs/gnome/MESSAGE12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-pkgs/gnome/MESSAGE b/meta-pkgs/gnome/MESSAGE
index cf04762e535..0c333ed0bee 100644
--- a/meta-pkgs/gnome/MESSAGE
+++ b/meta-pkgs/gnome/MESSAGE
@@ -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 @@ these manual steps:
${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.