Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 1997 01:13:39 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/comms/hylafax/pkg PLIST
Message-ID:  <199705290813.BAA03651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1997/05/29 01:13:38 PDT

  Modified files:
    comms/hylafax/pkg    PLIST 
  Log:
  Fix up PLIST.
  
  (1) pkg_* can't handle absolute paths, so use two @cwd's and relative paths
      throughout.
  
  (2) pkg_* can't handle FIFOs, so use mkfifo to create it and rm to delete it.
  
  (3) pkg_* can't handle empty directories, so create them with mkdir.
  
  (4) the @mode/@owner/@group directives don't appear to work so use @exec
      to set all the modes.
  
  Revision  Changes    Path
  1.4       +119 -76   ports/comms/hylafax/pkg/PLIST



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