diff options
author | andreas <andreas@FreeBSD.org> | 1999-12-24 23:57:38 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-12-24 23:57:38 +0800 |
commit | 088f068f0bed208913836965c59fb3e6c4916f0c (patch) | |
tree | 9f16a2bf13955e659af7a177e9885b207a8d0225 | |
parent | 7cc269980353ad2c71aa04a29a4653f3f10635ce (diff) | |
download | freebsd-ports-gnome-088f068f0bed208913836965c59fb3e6c4916f0c.tar.gz freebsd-ports-gnome-088f068f0bed208913836965c59fb3e6c4916f0c.tar.zst freebsd-ports-gnome-088f068f0bed208913836965c59fb3e6c4916f0c.zip |
tell the user to use rc.conf.local, to start zebra ...
-rw-r--r-- | net/zebra-devel/Makefile | 2 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 2 | ||||
-rw-r--r-- | net/zebra/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 72b1e81ee5ed..09b13a47ac5c 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/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\"" diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 72b1e81ee5ed..09b13a47ac5c 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/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\"" diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 72b1e81ee5ed..09b13a47ac5c 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\"" |