[Abtlinux-svn] SF.net SVN: abtlinux: [67] docs/requirements/trunk
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-03-05 09:42:43
|
Revision: 67 Author: eschabell Date: 2006-03-05 01:42:36 -0800 (Sun, 05 Mar 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=67&view=rev Log Message: ----------- Need to have an installed log apart from the install directory, too easy to lose system consisency with just one location. This way I can always try to recover the installed.log via the /var/state/abt/install/* files. Modified Paths: -------------- docs/requirements/trunk/design.tex docs/requirements/trunk/scenarios/show-installed-packages-scenario.tex Modified: docs/requirements/trunk/design.tex =================================================================== --- docs/requirements/trunk/design.tex 2006-03-04 18:52:31 UTC (rev 66) +++ docs/requirements/trunk/design.tex 2006-03-05 09:42:36 UTC (rev 67) @@ -62,7 +62,8 @@ \item install info - \url{/var/state/abt/install/PKG_NAME} \item cached info - \url{/var/state/abt/cached/PKG_NAME/} \item frozen info - \url{/var/log/abt/frozen.log} - \item tracking info - \url{/etc/abt/tracking.cfg} + \item installed log - \url{/var/log/abt/installed.log} \item journal - \url{/var/log/abt/abt.log} \item install queue - \url{/var/log/abt/install.queue} + \item tracking info - \url{/etc/abt/tracking.cfg} \end{itemize} Modified: docs/requirements/trunk/scenarios/show-installed-packages-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/show-installed-packages-scenario.tex 2006-03-04 18:52:31 UTC (rev 66) +++ docs/requirements/trunk/scenarios/show-installed-packages-scenario.tex 2006-03-05 09:42:36 UTC (rev 67) @@ -9,7 +9,7 @@ \vspace{0.05em} \begin{itemize} \item User command \textbf{'abt show-installed'}. - \item Installed packages information is acquired from install directory contents, \url{/var/state/abt/install/*}. + \item Installed packages information is acquired from install log contents, \url{/var/log/abt/installied.log}. \item For each package that is installed the following is displayed: \begin{enumerate} \item package name @@ -32,4 +32,4 @@ \end{minipage} \\ \hline -\end{tabularx} \ No newline at end of file +\end{tabularx} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |