diff options
author | andreas <andreas@FreeBSD.org> | 1999-12-24 15:57:38 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-12-24 15:57:38 +0000 |
commit | 088f068f0bed208913836965c59fb3e6c4916f0c (patch) | |
tree | 9f16a2bf13955e659af7a177e9885b207a8d0225 /net/zebra/Makefile | |
parent | 7cc269980353ad2c71aa04a29a4653f3f10635ce (diff) | |
download | FreeBSD-ports-088f068f0bed208913836965c59fb3e6c4916f0c.zip FreeBSD-ports-088f068f0bed208913836965c59fb3e6c4916f0c.tar.gz |
tell the user to use rc.conf.local, to start zebra ...
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 72b1e81..09b13a4 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -23,7 +23,7 @@ post-install: < ${FILESDIR}/zebractl.sh \ > ${PREFIX}/sbin/zebractl @${CHMOD} 555 ${PREFIX}/sbin/zebractl - @${ECHO} "Make the following entries in /etc/rc.conf to start zebra:" + @${ECHO} "Make these entries in /etc/rc.conf.local to start zebra:" @${ECHO} "defaultrouter=\"NO\"" @${ECHO} "router_enable=\"YES\"" @${ECHO} "router=\"${PREFIX}/sbin/zebractl\"" |