Commit graph

6 commits

Author SHA1 Message Date
Edwin Groothuis
ef262184db [PATCH] sysutils/afio mangles FIFOs
When run under FreeBSD, `afio' will successfully back up
	FIFOs, but will not correctly restore them. The problem
	arises from `afio' using mknod(2) to try to create a FIFO
	- a Linuxism. The correct function for it to use is mkfifo(2).

	Also, `afio' tries to recreate sockets. This behavior should
	be disabled under FreeBSD.

PR:		ports/52452
Submitted by:	oremanj <oremanj@get-linux.org> (boucnes)
2003-09-29 23:36:20 +00:00
Dirk Froemberg
76ea44cfeb - upgrade to 2.4.6
- respect ${CC}
- use /usr/bin/gzip instead of gzip

(maintainer timeout)
2000-02-02 16:24:46 +00:00
Vanilla I. Shu
690975d0f3 Upgrade to 2.4.5. 1998-12-08 18:43:04 +00:00
David E. O'Brien
0e6ea7ba2c Added some docs and examples to the package.
There was an unused file (saturn.backup) in the files/ dir.  Renamed that
and installed it as an example.
1997-01-06 09:25:06 +00:00
David E. O'Brien
0724fa35f7 Upgrade to 2.4.2.
Submitted by:	Juergen Lock <nox@jelal.hb.north.de> (w/many organizational
		changes by me)
Closes PR:	ports/1991
1997-01-06 08:56:49 +00:00
Satoshi Asami
a966677871 Archiver & backup program w/ builtin compression.
Submitted by:	Juergen Lock <nox@jelal.hb.north.de>
1995-10-04 17:29:14 +00:00