tell the user to use rc.conf.local, to start zebra ...

This commit is contained in:
Andreas Klemm 1999-12-24 15:57:38 +00:00
parent 803a9168c8
commit dd69a128e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23997
3 changed files with 3 additions and 3 deletions

View file

@ -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\""

View file

@ -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\""

View file

@ -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\""