/boot,/mdec,[T]MSCP (Part 18 of 22)

Steven M. Schultz sms at wlv.imsd.contel.com
Sat May 18 17:12:06 AEST 1991


Subject: Part 18 of 22 /boot,/mdec,[T]MSCP updates
Index:	/sys/<many>, /usr/src/etc/<several> 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);



More information about the Comp.bugs.2bsd mailing list