Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2003 16:36:20 -0700 (PDT)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/afio Makefile ports/sysutils/afio/files patch-ab
Message-ID:  <200309292336.h8TNaKsa014943@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2003/09/29 16:36:20 PDT

  FreeBSD ports repository

  Modified files:
    sysutils/afio        Makefile 
    sysutils/afio/files  patch-ab 
  Log:
  [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)
  
  Revision  Changes    Path
  1.16      +1 -0      ports/sysutils/afio/Makefile
  1.4       +25 -3     ports/sysutils/afio/files/patch-ab



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309292336.h8TNaKsa014943>