diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-30 06:12:54 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-30 06:12:54 +0800 |
commit | 9d23180ac89ce9732943a44de98294adbea7c195 (patch) | |
tree | 22fde6eeefb4e0586352fd93f31bd15cfe8ad2d3 /net/zebra/Makefile | |
parent | 563d2b2fd6fa4198848fec8d474675fc07b7e706 (diff) | |
download | freebsd-ports-gnome-9d23180ac89ce9732943a44de98294adbea7c195.tar.gz freebsd-ports-gnome-9d23180ac89ce9732943a44de98294adbea7c195.tar.zst freebsd-ports-gnome-9d23180ac89ce9732943a44de98294adbea7c195.zip |
- remove redirection to /dev/null for zebra and routing daemons
you should be able to see error messages if there are any
Since daemons are started using -d options, you should
normally see no output...
- bumped PORTREVISION, since its a major win being able
to see error messages if there are any
Submitted by: knarf@camelot.de
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 71e04471a757..24377458d5ad 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -7,7 +7,7 @@ PORTNAME= zebra PORTVERSION= 0.90a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ |