# $Id: TODO,v 1.5 1994/02/16 04:11:53 bj Exp $ put temp files in a dir in /tmp rather than /tmp itself nuke that dir if we fail (maybe atexit() it) add -T (script (from the shar) to do at the end) compensate for creating the directories (sometimes making the dirs pushes us over the target size) fix the modes on the directories (has to be done last, since they could shar a dir that's mode 100, but that wouldn't extract properly) do something clever if _shar_private is one of the shar'd files it would be clever to split up files that were too big at creation time (SharMakeChunk would create multi files, n-1 exactly Binsize long, and the leftover, which would get packed in elsewhere. each part would need logic to put itself back together, something like [ `ls 'name'.part* | wc -l` -eq n ] && cat 'name'.part* > 'name' && rm 'name'.part* add an option to pack files "through links" rather than the links themselves (maybe only if the actual file isn't going to be packed. eek) use mkfifo rather than mknod p where apropos