|
Lines 9404-9410
Link Here
|
| 9404 |
|
9404 |
|
| 9405 |
<para>Now that you have done all that, you will want to read about |
9405 |
<para>Now that you have done all that, you will want to read about |
| 9406 |
how to keep up-to-date in <xref linkend="keeping-up">.</para> |
9406 |
how to keep up-to-date in <xref linkend="keeping-up">.</para> |
| 9407 |
|
9407 |
<sect1 id="moved-and-updating-files"> |
|
|
9408 |
<title>UPDATING and MOVED</title> |
| 9409 |
<para>If upgrading the port requires a special process such as changing configuration files or |
| 9410 |
running a specific program you should document it in <filename>UPDATING</filename> |
| 9411 |
The format of <filename>UPDATING</filename> is |
| 9412 |
<programlisting>YYYYMMDD: |
| 9413 |
AFFECTS: users of portcategory/portname |
| 9414 |
AUTHOR: Your name <Your email address> |
| 9415 |
|
| 9416 |
Special instructions</programlisting> |
| 9417 |
If you are including exact portmaster or portupgrading instructions please make sure to get the shell escaping correct. |
| 9418 |
</para> |
| 9419 |
<para> |
| 9420 |
If your port is deleted or changes names you should add an entry to <filename>MOVED</filename>. |
| 9421 |
The format for an entry is:<programlisting>old name|new name (blank for deleted)|date of move|reason</programlisting> |
| 9422 |
</para> |
| 9423 |
</sect1> |
| 9408 |
</chapter> |
9424 |
</chapter> |
| 9409 |
|
9425 |
|
| 9410 |
<chapter id="security"> |
9426 |
<chapter id="security"> |