Standard procedures for var directory

Matthew Seaman matthew at FreeBSD.org
Mon May 12 05:52:19 UTC 2014


On 11/05/2014 21:56, Muhammad Moinur Rahman wrote:
> What's the standard procedure for creating files or folders after
> installation? pkg-install/pkg-deinstall or @exec/@unexec?

Right now, what the standard should be is unclear.  @exec/@unexec is
apparently slated for removal -- but does that apply to all uses or just
standard actions like handling config files which have recently grown
their own @escapes?  There is no target date for when @exec/@unexec
might disappear and there's a lot of prior-art around the ports tree still.

pkg-install/pkg-deinstall is supported, but seems a bit heavy-weight for
a lot of the common use cases.

A third alternative, where applicable, is to test for and set up any
necessary directory structures (presumably under /var) from a rc script.

Files should always be created from the pkg plist, even if they are just
empty.  There is a change coming which will allow directories to be
treated pretty much exactly the same as regular files or sym-links --
but this depends on the last vestiges of pkg_tools support being purged
from the tree.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1036 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140512/1e270fbe/attachment.sig>


More information about the freebsd-ports mailing list