--- README.unix.orig 2009-01-03 23:00:57.000000000 +0000
+++ README.unix 2009-01-03 23:03:01.000000000 +0000
Root of directory to store partial messages awaiting
- reassembly. Default is "/usr/tmp". Partial messages
+ reassembly. Default is "/tmp". Partial messages
are stored in subdirectories of $TMPDIR/m-prts-$USER/
--- mkreadme.pl.orig 2009-01-03 23:01:26.000000000 +0000
+++ mkreadme.pl 2009-01-03 23:03:38.000000000 +0000
Root of directory to store partial messages awaiting
- reassembly. Default is "/usr/tmp". Partial messages
+ reassembly. Default is "/tmp". Partial messages
are stored in subdirectories of $TMPDIR/m-prts-$USER/
--- unixos.c.orig 2009-01-03 23:01:38.000000000 +0000
+++ unixos.c 2009-01-03 23:04:09.000000000 +0000
strcpy(buf, getenv("TMPDIR"));
- strcpy(buf, "/usr/tmp");
--- unixpk.c.orig 2009-01-03 23:01:52.000000000 +0000
+++ unixpk.c 2009-01-03 23:04:35.000000000 +0000
strcpy(fnamebuf, getenv("TMPDIR"));
- strcpy(fnamebuf, "/usr/tmp");
+ strcpy(fnamebuf, "/tmp");
strcat(fnamebuf, "/mpackXXXXXX");
--- unixpk.man.orig 2009-01-03 23:02:10.000000000 +0000
+++ unixpk.man 2009-01-03 23:04:55.000000000 +0000
-Directory to store temporary files. Default is /usr/tmp.
+Directory to store temporary files. Default is /tmp.
Default value of the -m switch.