gnu-system-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package format/management ramblingss


From: Alfred M. Szmidt
Subject: Re: Package format/management ramblingss
Date: Mon, 10 May 2004 21:51:19 +0200

   >   What does stowfs give us here that a straight directory tree
   >   structure wouldn't??
   >
   >Dynamic nodes.

   Dynamic meaning what in this context?

That the output of reading a node can vary between reads.

Take the following example:

$ cat /stow/PKG-VER/,dependencies
some-package (>= 1.2.3)
other-package (> 4.5.6)
$ pkgadd --requested-version 1.2.3 some-package
$ cat /stow/PKG-VER/,dependencies
other-package (> 4.5.6)
$




reply via email to

[Prev in Thread] Current Thread [Next in Thread]