K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-29T08:13:38.000000Z K 7 svn:log V 356 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. END