redhat: Replace tab's with spaces in README

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
Martin Winter 2017-04-12 18:54:40 -07:00 committed by Donald Sharp
parent f87b96392c
commit 826d8beff5

View File

@ -21,8 +21,7 @@ Building your own FRRouting RPM
./configure --with-pkg-extra-version=-MyRPMVersion ./configure --with-pkg-extra-version=-MyRPMVersion
make dist make dist
Note: configure parameters are not important for the RPM building - except the Note: configure parameters are not important for the RPM building - except the `with-pkg-extra-version` if you want to give the RPM a specific name to
`with-pkg-extra-version` if you want to give the RPM a specific name to
mark your own unoffical build mark your own unoffical build
4. Create RPM directory structure and populate with sources 4. Create RPM directory structure and populate with sources
@ -34,8 +33,7 @@ Building your own FRRouting RPM
cp frr*.tar.gz rpmbuild/SOURCES/ cp frr*.tar.gz rpmbuild/SOURCES/
5. Edit rpm/SPECS/frr.spec with configuration as needed 5. Edit rpm/SPECS/frr.spec with configuration as needed
Look at the beginning of the file and adjust the following parameters to enable Look at the beginning of the file and adjust the following parameters to enable or disable features as required:
or disable features as required:
################# frr configure options #################### ################# frr configure options ####################
# with-feature options # with-feature options
@ -67,8 +65,8 @@ Building your own FRRouting RPM
DONE. DONE.
If all works correctly, then you should end up with the RPMs under `rpmbuild/RPMS` If all works correctly, then you should end up with the RPMs under
and the Source RPM under `rpmbuild/SRPMS` `rpmbuild/RPMS` and the Source RPM under `rpmbuild/SRPMS`
Enabling daemons after installation of the package: Enabling daemons after installation of the package: