K 10 svn:author V 5 edwin K 8 svn:date V 27 2003-09-29T23:36:20.000000Z K 7 svn:log V 440 [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 (boucnes) END