diff options
author | jmcneill <jmcneill> | 2008-11-28 18:22:45 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-11-28 18:22:45 +0000 |
commit | 1983e8e148377117a9374e133962cb4a244e1fe2 (patch) | |
tree | c70a0240a575cf610f29657838b8cde27db6c596 /meta-pkgs | |
parent | 6924d5060d0b959b6885ece88de882a07e3a301b (diff) | |
download | pkgsrc-1983e8e148377117a9374e133962cb4a244e1fe2.tar.gz |
Add a note on how to setup the hal daemon.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome/MESSAGE | 12 |
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. |