Sat Dec 20 23:38:56 2008 UTC ()
Add a note about how to start avahidaemon if it has been installed.


(jmcneill)
diff -r1.3 -r1.4 pkgsrc/meta-pkgs/gnome/MESSAGE

cvs diff -r1.3 -r1.4 pkgsrc/meta-pkgs/gnome/MESSAGE (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnome/MESSAGE 2008/11/28 18:22:45 1.3
+++ pkgsrc/meta-pkgs/gnome/MESSAGE 2008/12/20 23:38:56 1.4
@@ -1,31 +1,36 @@ @@ -1,31 +1,36 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.3 2008/11/28 18:22:45 jmcneill Exp $ 2$NetBSD: MESSAGE,v 1.4 2008/12/20 23:38:56 jmcneill Exp $
3 3
4In order to get the GNOME Desktop running properly, you need to follow 4In order to get the GNOME Desktop running properly, you need to follow
5these manual steps: 5these manual steps:
6 6
71) Enable the File Alteration Monitor. See 'pkg_info -D fam' for more 71) Enable the File Alteration Monitor. See 'pkg_info -D fam' for more
8 information. If you chose to use gamin instead of fam, you do not need 8 information. If you chose to use gamin instead of fam, you do not need
9 to take this step. 9 to take this step.
10 10
112) Enable the system dbus daemon. In order to do that, copy the 112) Enable the system dbus daemon. In order to do that, copy the
12 ${PREFIX}/share/examples/rc.d/dbus script to /etc/rc.d and add 12 ${PREFIX}/share/examples/rc.d/dbus script to /etc/rc.d and add
13 dbus=YES to your /etc/rc.conf file. 13 dbus=YES to your /etc/rc.conf file.
14 14
153) Enable the hal daemon if GNOME has been built with the hal option (the 153) Enable the hal daemon if GNOME has been built with the hal option (the
16 default). In order to do that, copy the ${PREFIX}/share/examples/rc.d/hal 16 default). In order to do that, copy the ${PREFIX}/share/examples/rc.d/hal
17 script to /etc/rc.d and set hal=YES in your /etc/rc.conf file. 17 script to /etc/rc.d and set hal=YES in your /etc/rc.conf file.
18 18
194) Enable the cups daemon if you installed it. In order to do that, copy 194) Enable the cups daemon if you installed it. In order to do that, copy
20 the ${PREFIX}/share/examples/rc.d/{cupsd,slpd} scripts to /etc/rc.d and 20 the ${PREFIX}/share/examples/rc.d/{cupsd,slpd} scripts to /etc/rc.d and
21 set cupsd=YES and slpd=NO in your /etc/rc.conf file. 21 set cupsd=YES and slpd=NO in your /etc/rc.conf file.
22 22
235) Set up the gnome-screensaver PAM service by creating the 235) Set up the gnome-screensaver PAM service by creating the
24 /etc/pam.d/gnome-screensaver file. You can use one of the files 24 /etc/pam.d/gnome-screensaver file. You can use one of the files
25 in ${PREFIX}/share/examples/gnome-screensaver/pam.d as templates. 25 in ${PREFIX}/share/examples/gnome-screensaver/pam.d as templates.
26 26
276) Optionally enable GDM (highly recommended). Just copy the 276) Optionally enable the Avahi DNS Service Discovery service if you
 28 installed it. In order to do that, copy the
 29 ${PREFIX}/share/examples/rc.d/avahidaemon script to /etc/rc.d and set
 30 avahidaemon=YES in your /etc/rc.conf file.
 31
 327) Optionally enable GDM (highly recommended). Just copy the
28 ${PREFIX}/share/examples/rc.d/gdm script to /etc/rc.d and add 33 ${PREFIX}/share/examples/rc.d/gdm script to /etc/rc.d and add
29 gdm=YES to your /etc/rc.conf file. 34 gdm=YES to your /etc/rc.conf file.
30 35
31=========================================================================== 36===========================================================================