summaryrefslogtreecommitdiff
path: root/net/netatalk/MESSAGE
blob: bb50937d6359d10a9ceb6e4131c79dd81c3e3530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/08/29 11:16:14 abs 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
		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.

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