svn commit: r209054 - stable/8/bin/pax

Xin LI delphij at FreeBSD.org
Fri Jun 11 17:38:24 UTC 2010


Author: delphij
Date: Fri Jun 11 17:38:24 2010
New Revision: 209054
URL: http://svn.freebsd.org/changeset/base/209054

Log:
  MFC r205940:
  
  Remove unused files.
  
  PR:		bin/38256
  Approved by:	re (kib)

Deleted:
  stable/8/bin/pax/cpio.1
  stable/8/bin/pax/tar.1
Modified:
  stable/8/bin/pax/Makefile
Directory Properties:
  stable/8/bin/pax/   (props changed)

Modified: stable/8/bin/pax/Makefile
==============================================================================
--- stable/8/bin/pax/Makefile	Fri Jun 11 17:03:26 2010	(r209053)
+++ stable/8/bin/pax/Makefile	Fri Jun 11 17:38:24 2010	(r209054)
@@ -29,9 +29,6 @@ PROG=   pax
 SRCS=	ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
 	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
 	tables.c tar.c tty_subs.c
-#XXX NOTYET
-#MAN=	pax.1 tar.1 cpio.1
-#LINKS=	${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
 
 .if ${MACHINE_ARCH} == "arm"
 WARNS?=	3


More information about the svn-src-stable-8 mailing list