mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
803a9168c8
- remove zebra.sh from ${PREFIX}/etc/rc.d - start zebra now from /etc/rc.conf.local - new zebra start script is ${PREFIX}/sbin/zebractl {start|stop|restart} Example: /etc/rc.conf.local: defaultrouter="NO" router_enable="YES" router="/usr/local/sbin/zebractl" router_flags="start"
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
sbin/bgpd
|
|
sbin/ospfd
|
|
sbin/ripd
|
|
sbin/zebra
|
|
sbin/zebractl
|
|
etc/zebra/bgpd.conf.sample
|
|
etc/zebra/ripd.conf.sample
|
|
etc/zebra/zebra.conf.sample
|
|
etc/zebra/ospfd.conf.sample
|
|
@unexec install-info --delete %D/info/zebra.info %D/info/dir
|
|
info/zebra.info
|
|
@exec install-info %D/info/zebra.info %D/info/dir
|
|
@dirrm etc/zebra
|