1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/sysutils/afio
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
..
files [PATCH] sysutils/afio mangles FIFOs 2003-09-29 23:36:20 +00:00
distinfo Update to version 2.4.7 2001-10-19 16:31:58 +00:00
Makefile [PATCH] sysutils/afio mangles FIFOs 2003-09-29 23:36:20 +00:00
pkg-descr
pkg-plist Update to version 2.4.7 2001-10-19 16:31:58 +00:00