| | 48 | If you are responsible for a change in the operational {{{ippconfig}}} directory (if you are not, the best is likely to ask ps-ipp-ops mailing-list). First go into the operational {{{ippconfig}}} directory: |
| | 49 | {{{ |
| | 50 | cd ~ipp/ippconfig |
| | 51 | }}} |
| | 52 | Update and then inspect its contents (according to SVN): |
| | 53 | {{{ |
| | 54 | svn update . |
| | 55 | svn status . -q |
| | 56 | }}} |
| | 57 | |
| | 58 | One of the files should be shown with an 'M'. |
| | 59 | |
| | 60 | === Modified {{{ippmonitor.config}}} file === |
| | 61 | {{{ |
| | 62 | svn diff ippmonitor.config |
| | 63 | }}} |
| | 64 | If you are satisfied with the changes, as YOURSELF: |
| | 65 | {{{ |
| | 66 | svn commit -m "`An informative message`" ippmonitor.config |
| | 67 | }}} |
| | 68 | |
| | 69 | === Modified {{{ipprc.config}}} file === |
| | 70 | {{{ |
| | 71 | svn diff ipprc.config |
| | 72 | }}} |
| | 73 | If you are satisfied with the changes, as YOURSELF: |
| | 74 | {{{ |
| | 75 | svn commit -m "`An informative message`" ipprc.config |
| | 76 | }}} |
| | 77 | |
| | 78 | === Modified {{{nebulous.config}}} file === |
| | 79 | {{{ |
| | 80 | svn diff nebulous.config |
| | 81 | }}} |
| | 82 | If you are satisfied with the changes, as YOURSELF: |
| | 83 | {{{ |
| | 84 | svn commit -m "`An informative message`" nebulous.config |
| | 85 | }}} |
| | 86 | |
| | 87 | === Modified {{{site.config}}} file === |
| | 88 | {{{ |
| | 89 | svn diff site.config |
| | 90 | }}} |
| | 91 | If you are satisfied with the changes, as YOURSELF: |
| | 92 | {{{ |
| | 93 | svn commit -m "`An informative message`" site.config |
| | 94 | }}} |