diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-09 10:16:38 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-09 10:16:38 -0400 | 
| commit | 54c50210c9313668301d038135895b7ddab7d883 (patch) | |
| tree | 69575ac300530d480513795f118e659bf1612e4c /debian/control | |
| parent | 62ff928b37da20ece0e3df0071998b2fe9d3b21a (diff) | |
debian: Mark FRR as conflicting with Quagga
FRR when compiled with this debian packaging will cause
some issue with the system to work properly due to the
sudoers file conflicts.
So to prevent some level of stupidity, mark them as
conflicting.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4ecbefc6d6..3982aa41be 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: frr  Architecture: any  Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}, libc-ares2  Pre-Depends: adduser -Conflicts: zebra, zebra-pj +Conflicts: zebra, zebra-pj, quagga  Replaces: zebra, zebra-pj  Suggests: snmpd  Description: BGP/OSPF/RIP routing daemon  | 
