documentation/ethercat_doc.tex
changeset 1107 fccab40a5916
parent 1106 745a0cc03143
child 1140 cc779f7d2496
equal deleted inserted replaced
1106:745a0cc03143 1107:fccab40a5916
  3131 recommended for manual (un-)loading.} (see section~\ref{sec:system}), the init
  3131 recommended for manual (un-)loading.} (see section~\ref{sec:system}), the init
  3132 script and the sysconfig file have to be copied (or linked) to the appropriate
  3132 script and the sysconfig file have to be copied (or linked) to the appropriate
  3133 locations. The below example is suitable for SUSE Linux. It may vary for other
  3133 locations. The below example is suitable for SUSE Linux. It may vary for other
  3134 distributions.
  3134 distributions.
  3135 
  3135 
       
  3136 % FIXME relative ln -s?
  3136 \begin{lstlisting}
  3137 \begin{lstlisting}
  3137 # `\textbf{cd /opt/etherlab}`
  3138 # `\textbf{cd /opt/etherlab}`
  3138 # `\textbf{cp etc/sysconfig/ethercat /etc/sysconfig/}`
  3139 # `\textbf{cp etc/sysconfig/ethercat /etc/sysconfig/}`
  3139 # `\textbf{ln -s etc/init.d/ethercat /etc/init.d/}`
  3140 # `\textbf{ln -s etc/init.d/ethercat /etc/init.d/}`
  3140 # `\textbf{insserv ethercat}`
  3141 # `\textbf{insserv ethercat}`