Commit graph

13 commits

Author SHA1 Message Date
markd
c8883be2d5 Update netatalk to version 1.5.3.1.
Update supplied by David Rankin (to version 1.5.2) in pkg/15642
further updated to 1.5.3.1 by me.

Changes since the old umich version (and netatalk-asun) are numerous
bug fixes, cleanups and new features and its actively being maintained.
2002-05-25 12:55:24 +00:00
briggs
3f834ef0fa Add an extra padding u_short to the sockaddr_m structure to meet the
stricter requirements now present in sys/net/rtsock.c in a -current kernel.
This change is sufficient for i386, but may still not be correct for
LP64 systems or systems with different alignment constraints.
Thanks to wrstuden for identifying the kernel change that affected this.
2000-10-18 03:59:32 +00:00
jwise
72354526bf Creator and Type codes for PDF are reversed in AppleVolumes.system as
shipped.  This annoyed me for a very long time :-)
2000-07-28 05:08:55 +00:00
jlam
cb1485b804 Change configuration file directory from ${PREFIX}/etc to /etc/netatalk.
Configuration files really are host-dependent, so putting them in ${PREFIX}
which is often shared across machines of the same architecture, doesn't make
sense.  Add machinery to install default configuration files.

Closes pkg/9948.
2000-07-26 19:03:18 +00:00
wrstuden
3ffb066435 Make work with recent changes to lint which pays attention to the
value of $CC.
2000-06-29 03:01:36 +00:00
christos
1332bbc410 How did papd ever work?
- make printcap parsing understand comments.
- pass missing argument to function.
XXX: mental note: ppd files are \r not \n separated. We need to fix the
parsing so we don't have to convert them to unix files before they work.
2000-01-18 01:09:25 +00:00
bouyer
facbcb2811 Patch from Juergen Hannken-Illjes, which should solve PR#8308 (net 0 is
reserved for lo0, it can't be used on other interfaces).
1999-09-17 17:30:30 +00:00
wrstuden
08b5ce4b68 Fix two PRs on this package, and make it compile on macppc.
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.

Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.

Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.

Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
1999-08-31 22:09:42 +00:00
wrstuden
c32459889a How about we change the date in the diff header to be today. 1999-02-23 22:33:20 +00:00
wrstuden
c6cddb4610 in session(), seq is incrimented before being used. Thus for the first
sequence number sent to be 1, we need to initialize to 0.

Pointed out by Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
1999-02-23 22:31:37 +00:00
wrstuden
de4abf0a92 Add patches to include signal.h rather than sys/signal.h. Fixes sudden-
deaths observed with afpd. From Jim Wise, jwise@netbsd.org.
1999-02-23 00:31:40 +00:00
garbled
bd8e66aa7c Minor LP64 fixes to get this building on alpha 1999-01-01 22:08:26 +00:00
agc
c51eb6c945 Initial import of the University of Michigan version of Netatalk.
(userland tools and utilities for AppleTalk interworking).  This is
the standard, reference version.  Lacks AppleshareIP support.

Package done by Bill Studenmund (wrstuden@netbsd.org), munged about
a bit by myself. This is the 19981109 version of the sources.
1998-12-26 22:09:27 +00:00