acek wrote:I am sorry about that. I hope none of your files were overwritten as a result of this deficiency of my release script.
No harm done, I've taken to always listing archives before extracting them, others weren't so lucky.
acek wrote:Hey, I am on OpenBSD too.
I noticed this, I sent that link somewhere a few developers hang out, they thought that it was interesting, some of your command line programs appears inspired by OpenBSD equivalents, but are undoubtedly clean reimplementations.
P.S: You should resend your OpenBSD patches a few more times, it seems they went by unnoticed, at least one other person pointed this out when I linked to your site.
Brynet-Inc wrote:This is because I am running most programs with an umask(2) of 077. Is the mode of the files a real problem?
The problem is that when the permissions are 644/755 and your umask is 077, the permissions are changed to 600/700, but when your umask is the default of 022 the extracted files retain the reduced permissions.
Only a small nuisance, but for distribution tarballs it's best to have the uid/gid 0, and the permissions set as 644/755.
Brynet-Inc wrote:Won't fix. The link is correct and it reduces the size of the compressed tarball. Also, I consider hard links one of the things they couldn't get right in Windows NT but it does not mean we should't hard link files because of a single operating system failing to implement them in a sane way.
That's fine, I wouldn't fix it either. It might be an idea to simply provide the disk images individually gzip compressed but not inside a tar file, as a compromise.
Brynet-Inc wrote:Thank you. This consumed a lot of time, but the knowledge gained is simply priceless. As for the precise amount of time, it's hard to estimate, because I was working on this project in my spare time.
I wasn't looking for a precise estimate on how long you've put into it, mostly I was curious you first started working on it, the earliest copyright year I found was 2008. Does that should about right?