1. update WWW

2. SRC is ".c" , not ".o"

PR:		44952
Submitted by:	"Remco van 't Veer" <remco+fbsdpp@azrael.xs4all.nl>
This commit is contained in:
Ying-Chieh Liao 2002-11-13 01:41:14 +00:00
parent a3469bfcef
commit 6758d1271c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69993
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
PROG= parchive
SRCS= backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o
SRCS= backend.c checkpar.c makepar.c rwpar.c rs.c md5.c fileops.c main.c readoldpar.c interface.c ui_text.c
NOMAN= yes
.include <bsd.prog.mk>

View file

@ -1,8 +1,8 @@
Parity Archive
par uses Reed-Solomon coding to make multiple parity volumes from
parchive uses Reed-Solomon coding to make multiple parity volumes from
the same set of files. What this means is that you can recover as
many files as you have recovery volumes. Any recovery volumes for
that set will do.
WWW: http://par.sourceforge.net/
WWW: http://parchive.sourceforge.net/