summaryrefslogtreecommitdiff
path: root/net/netatalk/MESSAGE
blob: c531d93ca01b9ba5242bd90e05af20d75e0f187b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.4 2008/03/22 04:40:45 taca Exp $

To have Netatalk start automatically at boot, you will need to set the
following variables in /etc/rc.conf (replacing "YES" with "NO" for those
services you wish to not run):
		atalkd=YES
		afpd=YES
		cnid_metad=YES
		papd=YES
		timelord=YES

Example Netatalk config files have been installed in the examples directory
at ${PREFIX}/share/examples/netatalk. Production config files are
installed in ${PKG_SYSCONFDIR}. If no config files existed before this
package was installed, default config files were copied in.

===========================================================================