docs/diploma
diff thesis/tex/5-Improvements.tex @ 273:92578f124df6
reorganized the input files and sorted old ones out
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jan 2009 12:29:54 +0100 |
parents | c80b6b6fb798 |
children | 8a25b6262497 |
line diff
1.1 --- a/thesis/tex/5-Improvements.tex Thu Jan 15 12:20:21 2009 +0100 1.2 +++ b/thesis/tex/5-Improvements.tex Thu Jan 15 12:29:54 2009 +0100 1.3 @@ -381,7 +381,8 @@ 1.4 1.5 \begin{figure} 1.6 \begin{center} 1.7 - \input{input/ipc-protocol.tex} 1.8 + \codeinput{input/ipc-protocol.txt} 1.9 + %\includegraphics[scale=0.75]{img/ipc-protocol.eps} 1.10 \end{center} 1.11 \caption{State diagram of the protocol used for \NAME{IPC}} 1.12 \label{fig:ipc-protocol} 1.13 @@ -412,7 +413,7 @@ 1.14 1.15 \begin{figure} 1.16 \begin{center} 1.17 - \input{input/queue-data-flow.tex} 1.18 + %\input{img/queue-data-flow.eps} 1.19 \end{center} 1.20 \caption{Data flow of messages in the queue} 1.21 \label{fig:queue-data-flow} 1.22 @@ -459,7 +460,7 @@ 1.23 1.24 The user set required for \qmail\ seems to be too complex. One special user, like \postfix\ uses, is more appropriate. \name{root} privilege and \name{setuid} permission is avoided as much as possible. 1.25 1.26 -Table \ref{tab:new-masqmail-permissions} shows the suggested ownership and permissions of the modules. Figure \ref{fig:new-masqmail-queue} shows the permissions and ownership used for the queue. 1.27 +Table \ref{tab:new-masqmail-permissions} shows the suggested ownership and permissions of the modules. 1.28 1.29 \begin{table} 1.30 \begin{center} 1.31 @@ -469,13 +470,8 @@ 1.32 \label{tab:new-masqmail-permission} 1.33 \end{table} 1.34 1.35 -\begin{figure} 1.36 - \begin{center} 1.37 - \input{input/new-masqmail-queue.tex} 1.38 - \end{center} 1.39 - \caption{Ownership and permissions of the queue} 1.40 - \label{fig:new-masqmail-queue} 1.41 -\end{figure} 1.42 +These are the permissions and ownership used for the queue: 1.43 +\codeinput{input/new-masqmail-queue.txt} 1.44 1.45 1.46