mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix deinstallation
PR: ports/78892 Submitted by: maintainer
This commit is contained in:
parent
4f80944d58
commit
68f0127715
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131387
@ -9,7 +9,7 @@
|
||||
|
||||
PORTNAME= rotorouter
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= # nada
|
||||
DISTFILES= # nil
|
||||
|
@ -8,7 +8,7 @@
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: FreeBSD shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf to enable rotorouter:
|
||||
# Add the following line to /etc/rc.conf to enable rotorouter:
|
||||
#
|
||||
# rotorouter_enable="YES"
|
||||
#
|
||||
|
@ -5,6 +5,9 @@
|
||||
The rotorouter port has been installed with an example configuration
|
||||
file, located at %%PREFIX%%/etc/rotorouter.conf-example.
|
||||
|
||||
You need to build your own config file using local network information.
|
||||
You need to build your own config file using local network information,
|
||||
and add the following line to /etc/rc.conf:
|
||||
|
||||
rotorouter_enable="YES"
|
||||
|
||||
========================================================================
|
||||
|
@ -1,4 +1,4 @@
|
||||
sbin/rotorouter
|
||||
etc/rc.d/rotorouter.sh
|
||||
etc/rotorouter.conf-example
|
||||
@unexec if cmp -s %D/etc/rotorouter.conf %D/etc/rotorouter.conf-example; then rm -f %D/etc/rotorouter.conf; fi
|
||||
etc/rotorouter.conf-example
|
||||
|
Loading…
Reference in New Issue
Block a user