Line 50: |
Line 50: |
| == Make changes == | | == Make changes == |
| ==== Edit the source code ==== | | ==== Edit the source code ==== |
− | Now make the changes needed to the files in e-smith-base-5.2.0. | + | Now we can make the changes or edit the source code in e-smith-base-5.2.0. |
| + | |
| + | For a simple test you can edit the 'e-smith-base-5.2.0/root/sbin/e-smith/console' file and add something to the header: |
| + | |
| + | <pre> |
| + | #!/usr/bin/perl -w |
| + | |
| + | #---------------------------------------------------------------------- |
| + | # copyright (C) 1999-2006 Mitel Corporation |
| + | # |
| + | # This program is free software; you can redistribute it and/or modify |
| + | # it under the terms of the GNU General Public License as published by |
| + | # the Free Software Foundation; either version 2 of the License, or |
| + | # (at your option) any later version. |
| + | # |
| + | # This program is distributed in the hope that it will be useful, |
| + | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| + | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| + | # GNU General Public License for more details. |
| + | # |
| + | # You should have received a copy of the GNU General Public License |
| + | # along with this program; if not, write to the Free Software |
| + | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| + | # |
| + | # Let's see if this new line pops up in my patch file and my new test RPM !!! <----- Add this line |
| + | #---------------------------------------------------------------------- |
| + | |
| + | </pre> |
| | | |
| We need to have an example! | | We need to have an example! |
− |
| |
| | | |
| == Create a patch == | | == Create a patch == |