From e9e9dbbd4251415064687f82c06ceef78a88e880 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 7 Nov 1999 15:57:31 +0000 Subject: [PATCH] Disable -pf for now, too. --- bin/pax/options.c | 6 ++++-- bin/pax/pax.1 | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/pax/options.c b/bin/pax/options.c index 4e6b69c9f71e..bb48d0d94570 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,4 +1,4 @@ -/* $NetBSD: options.c,v 1.24 1999/11/01 01:35:59 mrg Exp $ */ +/* $NetBSD: options.c,v 1.25 1999/11/07 15:57:31 mycroft Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #else -__RCSID("$NetBSD: options.c,v 1.24 1999/11/01 01:35:59 mrg Exp $"); +__RCSID("$NetBSD: options.c,v 1.25 1999/11/07 15:57:31 mycroft Exp $"); #endif #endif /* not lint */ @@ -309,12 +309,14 @@ pax_options(argc, argv) pmtime = 1; pfflags = 1; break; +#if 0 case 'f': /* * do not preserve file flags */ pfflags = 0; break; +#endif case 'm': /* * do not preserve modification time diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 3b04ff7785e4..9576ef366f7e 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pax.1,v 1.21 1999/11/01 01:35:59 mrg Exp $ +.\" $NetBSD: pax.1,v 1.22 1999/11/07 15:57:31 mycroft Exp $ .\" .\" Copyright (c) 1992 Keith Muller. .\" Copyright (c) 1992, 1993 @@ -556,9 +556,9 @@ flag is the sum of the and .Cm p flags. -.It Cm f -Do not preserve file flags. -By default, file flags are preserved whenever possible. +.\" .It Cm f +.\" Do not preserve file flags. +.\" By default, file flags are preserved whenever possible. .It Cm m Do not preserve file modification times. By default, file modification times are preserved whenever possible.