diff options
author | melifaro <melifaro@FreeBSD.org> | 2013-05-08 00:50:04 +0800 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2013-05-08 00:50:04 +0800 |
commit | 9227c048cd2ffde376f886447e6dae36bfce73c7 (patch) | |
tree | 3f75f09c92279ebc810533f15001e9bf7bb9fcb7 | |
parent | a8e812170b5ba7f762c1b80ad8fd6c8d51f1405e (diff) | |
download | freebsd-ports-gnome-9227c048cd2ffde376f886447e6dae36bfce73c7.tar.gz freebsd-ports-gnome-9227c048cd2ffde376f886447e6dae36bfce73c7.tar.zst freebsd-ports-gnome-9227c048cd2ffde376f886447e6dae36bfce73c7.zip |
Add forgotten birdcl (lightweight client) to plist.
Reviewed by: az
-rw-r--r-- | net/bird/pkg-plist | 1 | ||||
-rw-r--r-- | net/bird6/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/bird/pkg-plist b/net/bird/pkg-plist index ec18be838b66..3ddcdebc3d4b 100644 --- a/net/bird/pkg-plist +++ b/net/bird/pkg-plist @@ -3,3 +3,4 @@ etc/bird.conf.example @exec if [ ! -f %D/etc/bird.conf ] ; then cp -p %D/%F %B/bird.conf; fi sbin/bird sbin/birdc +sbin/birdcl diff --git a/net/bird6/pkg-plist b/net/bird6/pkg-plist index 197fad3d7053..f18b9c399508 100644 --- a/net/bird6/pkg-plist +++ b/net/bird6/pkg-plist @@ -3,3 +3,4 @@ etc/bird6.conf.example @exec if [ ! -f %D/etc/bird6.conf ] ; then cp -p %D/%F %B/bird6.conf; fi sbin/bird6 sbin/birdc6 +sbin/birdcl6 |