mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
tell the user to use rc.conf.local, to start zebra ...
This commit is contained in:
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
|
@ -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\""
|
||||
|
|
|
@ -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\""
|
||||
|
|
|
@ -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\""
|
||||
|
|
Loading…
Add table
Reference in a new issue