mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:02:18 +00:00
redhat: Replace tab's with spaces in README
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
f87b96392c
commit
826d8beff5
@ -21,8 +21,7 @@ Building your own FRRouting RPM
|
||||
./configure --with-pkg-extra-version=-MyRPMVersion
|
||||
make dist
|
||||
|
||||
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
|
||||
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
|
||||
mark your own unoffical build
|
||||
|
||||
4. Create RPM directory structure and populate with sources
|
||||
@ -34,8 +33,7 @@ Building your own FRRouting RPM
|
||||
cp frr*.tar.gz rpmbuild/SOURCES/
|
||||
|
||||
5. Edit rpm/SPECS/frr.spec with configuration as needed
|
||||
Look at the beginning of the file and adjust the following parameters to enable
|
||||
or disable features as required:
|
||||
Look at the beginning of the file and adjust the following parameters to enable or disable features as required:
|
||||
|
||||
################# frr configure options ####################
|
||||
# with-feature options
|
||||
@ -67,8 +65,8 @@ Building your own FRRouting RPM
|
||||
|
||||
DONE.
|
||||
|
||||
If all works correctly, then you should end up with the RPMs under `rpmbuild/RPMS`
|
||||
and the Source RPM under `rpmbuild/SRPMS`
|
||||
If all works correctly, then you should end up with the RPMs under
|
||||
`rpmbuild/RPMS` and the Source RPM under `rpmbuild/SRPMS`
|
||||
|
||||
|
||||
Enabling daemons after installation of the package:
|
||||
|
Loading…
Reference in New Issue
Block a user