Subject: Part 18 of 22 /boot,/mdec,[T]MSCP updates Index: /sys/, /usr/src/etc/ 2.11BSD Description: Repeat-By: Fix: See part 0 (the README) for the Description, the Reason and the instructions on how update your system. This is part 18 of 22 If the TAPE environment variable is not set, then use a non-rewind tape device to prevent tapes from rewinding after a positioning command. *** /usr/src/bin/mt.c.old Sun Feb 8 14:24:56 1987 --- /usr/src/bin/mt.c Fri May 10 21:08:47 1991 *************** *** 62,68 **** argv += 2; } else if ((tape = getenv("TAPE")) == NULL) ! tape = DEFTAPE; if (argc < 2) { fprintf(stderr, "usage: mt [ -f device ] command [ count ]\n"); exit(1); --- 62,68 ---- argv += 2; } else if ((tape = getenv("TAPE")) == NULL) ! tape = MT_DEF; if (argc < 2) { fprintf(stderr, "usage: mt [ -f device ] command [ count ]\n"); exit(1);