Subject: Re: netatalk for NetBSD?
To: Matthew Theobalds <mtheobalds@mac.com>
From: Bob Nestor <rnestor@augustmail.com>
List: port-mac68k
Date: 04/15/2001 07:04:49
mtheobalds@mac.com
>This will edit roots crontab. Add it to the bottom @reboot. It'd be
>something like:
>
> @reboot /usr/pkg/sbin/atalkd
> @reboot /usr/pkg/sbin/papd
> @reboot /usr/pkg/sbin/afpd
Actually there's a script that was installed with the package. It is in
/usr/pkg/etc/rc.d/netatalk. A better way is to add the following lines
to your /etc/rc.local
if [ -f /usr/pkg/etc/rc.d/netatalk ]; then
/usr/pkg/etc/rc.d/netatalk
fi
-bob