AMUG Internet Installer Source Code

That sit file has a "AMUG Internet Assistant" folder with the bundle (package) bit set? Or maybe there's a problem with the way I extracted it?

Code:
getfileinfo /Volumes/Storage/Downloads/AMUG\ Internet\ Assistant  
directory: "/Volumes/Storage/Downloads/AMUG Internet Assistant"
attributes: avBstclInmedz
created: 04/24/1998 15:39:45
modified: 01/30/2026 10:52:51

This can clear the bundle bit:
Code:
setfile -a avbstclInmedz "/Volumes/Storage/Downloads/AMUG Internet Assistant"
 
That sit file has a "AMUG Internet Assistant" folder with the bundle (package) bit set? Or maybe there's a problem with the way I extracted it?

Code:
getfileinfo /Volumes/Storage/Downloads/AMUG\ Internet\ Assistant
directory: "/Volumes/Storage/Downloads/AMUG Internet Assistant"
attributes: avBstclInmedz
created: 04/24/1998 15:39:45
modified: 01/30/2026 10:52:51

This can clear the bundle bit:
Code:
setfile -a avbstclInmedz "/Volumes/Storage/Downloads/AMUG Internet Assistant"
Odd. I created the archive on a Quadra 950 with System 7.5.3. If it gets extracted on a modern system, it will strip the resource forks from some of the files and make it unable to compile. Not that it matters, I don't expect other people to compile and run it since I just posted it for history's sake. I'll create a revised version next time I turn on the 950 and see if that fixes the issue.

Thank You for the heads up!

-D
 
Back
Top