mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
da57b0623d
which is prefix-clean: - Install a zebra startup script ${PREFIX}/rc.d/zebra.sh - Can be used as start and stop script (expects "start" or - "stop" as argument). - If config file is present in ${PREFIX}/etc/zebra - Starts zebra, ripd, ospfd and bgpd - Stops (kills) ripd, ospfd, bgpd and at last zebra
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
sbin/bgpd
|
|
sbin/client
|
|
sbin/ospfd
|
|
sbin/ripd
|
|
sbin/zebra
|
|
etc/rc.d/zebra.sh
|
|
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
|
|
info/zebra.info-1
|
|
info/zebra.info-2
|
|
@exec install-info %D/info/zebra.info %D/info/dir
|
|
@dirrm etc/zebra
|