FRRouting / gentoo-overlay

FRR Gentoo Overlay
5 stars 7 forks source link

net-misc/frr: Correcting zebra symlink. Fixes #53 #54

Closed alarig closed 4 years ago

alarig commented 4 years ago

Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay alarig@swordarmor.fr


rr2 ~ # ls -lh /var/tmp/portage/net-misc/frr-7.1/image/etc/init.d/                        
total 4.0K                                                                                
lrwxrwxrwx 1 root root    5 Mar 21 23:02 babeld -> zebra                                  
lrwxrwxrwx 1 root root    5 Mar 21 23:02 bgpd -> zebra                                    
lrwxrwxrwx 1 root root    5 Mar 21 23:02 eigrpd -> zebra                                  
lrwxrwxrwx 1 root root    5 Mar 21 23:02 fabricd -> zebra                                 
lrwxrwxrwx 1 root root    5 Mar 21 23:02 isisd -> zebra                                   
lrwxrwxrwx 1 root root    5 Mar 21 23:02 ldpd -> zebra                                    
lrwxrwxrwx 1 root root    5 Mar 21 23:02 nhrpd -> zebra                                   
lrwxrwxrwx 1 root root    5 Mar 21 23:02 ospf6d -> zebra                                  
lrwxrwxrwx 1 root root    5 Mar 21 23:02 ospfd -> zebra                                   
lrwxrwxrwx 1 root root    5 Mar 21 23:02 pbrd -> zebra                                    
lrwxrwxrwx 1 root root    5 Mar 21 23:02 pimd -> zebra                                    
lrwxrwxrwx 1 root root    5 Mar 21 23:02 ripd -> zebra
lrwxrwxrwx 1 root root    5 Mar 21 23:02 ripngd -> zebra
lrwxrwxrwx 1 root root    5 Mar 21 23:02 staticd -> zebra
-rwxr-xr-x 1 root root 1.1K Mar 21 23:02 zebra
rzalamena commented 4 years ago

Looks good.

I think that for newer ebuilds we should start using watchfrr and tell users to configure daemon startup on /etc/frr/daemons. Maybe then we'd have less differences from systemd version.