[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fun with GatorBoxen and netatalk
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>The auxtype information [in netatalk 1.5.3.1] appears to be flipped
>around...IIRC, I had patched the older netatalk to return correct
>information. Looking at a directory on the server with some ShrinkIt
>archives, some have auxtype $8002 (correct) while others have $0280
>(incorrect). Looks like I need to track that down and fix it...some saved
>email I have on the subject might have some ideas for fixing that.
General instructions for fixing the problem were in my inbox...here's the
patch to apply to netatalk as it's downloaded from SourceForge:
- -----------------------------------start-----------------------------------
*** netatalk-1.5.3.1/etc/afpd/file.c.orig Sun Jun 16 21:17:55 2002
- --- netatalk-1.5.3.1/etc/afpd/file.c Sun Jun 16 21:31:43 2002
***************
*** 326,332 ****
}
else if ( fdType[0] == 'p' ) {
achar = fdType[1];
! ashort = (fdType[2] * 256) + fdType[3];
}
else {
achar = '\x00';
- --- 326,332 ----
}
else if ( fdType[0] == 'p' ) {
achar = fdType[1];
! ashort = (fdType[3] * 256) + fdType[2];
}
else {
achar = '\x00';
- ------------------------------------end------------------------------------
_/_
/ v \ Scott Alfter (salfter@salfter.dyndns.org)
(IIGS( http://salfter.dyndns.org
\_^_/ rm -rf /bin/laden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9DWfaVgTKos01OwkRAmlJAJ9hBAfOfBRF8sjvScqK6l9Hz1SXKACeJxo2
bVLQnVULcngJx2jfqhyejoY=
=j+ke
-----END PGP SIGNATURE-----