Software Package:       
	pax

Release/Version:
	N/A.

Retrieved from:
	N/A.

Bug reports:
	This software package is maintained by both BSDI and the
	software contributor.  Please send any bug reports to both
	support@BSDI.COM and muller@sdcc3.ucsd.edu.

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

*** -	Wed Dec 31 17:00:00 1969
--- file_subs.c	Fri Oct  6 10:11:47 1995
***************
*** 561,566 ****
--- 561,571 ----
  	if (kflag)
  		return(-1);
  
+ 	/* if file immutable bits are on, try and turn them off. */
+ 	if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
+ 		(void)chflags(name,
+ 		    sb.st_flags & ~(SF_IMMUTABLE | UF_IMMUTABLE));
+ 
  	if (S_ISDIR(sb.st_mode)) {
  		/*
  		 * try to remove a directory, if it fails and we were going to
*** -	Wed Dec 31 17:00:00 1969
--- options.c	Thu Aug 10 10:46:44 1995
***************
*** 648,654 ****
  			pmtime = 0;
  			break;
  		case 'o':
! 			if (opt_add("write_opt=nodir") < 0)
  				tar_usage();
  			break;
  		case 'p':
--- 648,654 ----
  			pmtime = 0;
  			break;
  		case 'o':
! 			if (opt_add(strdup("write_opt=nodir")) < 0)
  				tar_usage();
  			break;
  		case 'p':
