diff options
author | itojun <itojun@pkgsrc.org> | 2000-01-17 05:06:15 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-01-17 05:06:15 +0000 |
commit | 0112fd40b384d8512af34de053b8ba4782653982 (patch) | |
tree | 338ff7d83a32cc32700f8db2de19dfe4b56d8d68 /net/zebra/pkg | |
parent | 025460989b78e3acb994a4ed7c91a4be311d5b07 (diff) | |
download | pkgsrc-0112fd40b384d8512af34de053b8ba4782653982.tar.gz |
upgrade to 0.84a. note that config file format is changed since 0.7x.
Diffstat (limited to 'net/zebra/pkg')
-rw-r--r-- | net/zebra/pkg/PLIST | 14 | ||||
-rw-r--r-- | net/zebra/pkg/PLIST.v6 | 17 |
2 files changed, 9 insertions, 22 deletions
diff --git a/net/zebra/pkg/PLIST b/net/zebra/pkg/PLIST index 9df3848b7e3..60f13c3c5e7 100644 --- a/net/zebra/pkg/PLIST +++ b/net/zebra/pkg/PLIST @@ -1,24 +1,22 @@ -@comment $NetBSD: PLIST,v 1.5 1999/11/19 02:47:01 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/01/17 05:06:17 itojun Exp $ sbin/bgpd -sbin/client sbin/ospfd -@comment sbin/ospf6d sbin/ripd -@comment sbin/ripngd sbin/zebra etc/zebra/bgpd.conf.sample +etc/zebra/bgpd.conf.sample2 +etc/zebra/README.mbgp etc/zebra/ripd.conf.sample -@comment etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample etc/zebra/ospfd.conf.sample -@comment etc/zebra/ospf6d.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info +info/zebra.info-1 +info/zebra.info-2 +info/zebra.info-3 @exec install-info %D/info/zebra.info %D/info/dir @dirrm etc/zebra man/man1/bgpd.1 -man/man1/ospf6d.1 man/man1/ospfd.1 man/man1/ripd.1 -man/man1/ripngd.1 man/man1/zebra.1 diff --git a/net/zebra/pkg/PLIST.v6 b/net/zebra/pkg/PLIST.v6 index 401861572fb..d745722be13 100644 --- a/net/zebra/pkg/PLIST.v6 +++ b/net/zebra/pkg/PLIST.v6 @@ -1,18 +1,7 @@ -@comment $NetBSD: PLIST.v6,v 1.3 1999/07/27 13:42:22 itojun Exp $ -sbin/bgpd -sbin/client -sbin/ospfd +@comment $NetBSD: PLIST.v6,v 1.4 2000/01/17 05:06:17 itojun Exp $ sbin/ospf6d -sbin/ripd sbin/ripngd -sbin/zebra -etc/zebra/bgpd.conf.sample -etc/zebra/ripd.conf.sample etc/zebra/ripngd.conf.sample -etc/zebra/zebra.conf.sample -etc/zebra/ospfd.conf.sample etc/zebra/ospf6d.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 +man/man1/ospf6d.1 +man/man1/ripngd.1 |