diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-16 11:56:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-16 11:56:47 +0000 |
commit | 68f01277157c5401299c28c4ffc625e4370b8cf3 (patch) | |
tree | 6c0886dedb56fa8bd18ade3e7566e152572b0d0f /net-mgmt/rotorouter | |
parent | 4f80944d58f3a86dade21b840c04dcf8eb766d58 (diff) |
Notes
Diffstat (limited to 'net-mgmt/rotorouter')
-rw-r--r-- | net-mgmt/rotorouter/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/rotorouter/files/rotorouter.sh | 2 | ||||
-rw-r--r-- | net-mgmt/rotorouter/pkg-message | 5 | ||||
-rw-r--r-- | net-mgmt/rotorouter/pkg-plist | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/net-mgmt/rotorouter/Makefile b/net-mgmt/rotorouter/Makefile index 9c2a77659d1b..21374479b376 100644 --- a/net-mgmt/rotorouter/Makefile +++ b/net-mgmt/rotorouter/Makefile @@ -9,7 +9,7 @@ PORTNAME= rotorouter PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= # nada DISTFILES= # nil diff --git a/net-mgmt/rotorouter/files/rotorouter.sh b/net-mgmt/rotorouter/files/rotorouter.sh index 6d511432211b..cca14be45b02 100644 --- a/net-mgmt/rotorouter/files/rotorouter.sh +++ b/net-mgmt/rotorouter/files/rotorouter.sh @@ -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" # diff --git a/net-mgmt/rotorouter/pkg-message b/net-mgmt/rotorouter/pkg-message index c81a7726fcab..800a601e223f 100644 --- a/net-mgmt/rotorouter/pkg-message +++ b/net-mgmt/rotorouter/pkg-message @@ -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" ======================================================================== diff --git a/net-mgmt/rotorouter/pkg-plist b/net-mgmt/rotorouter/pkg-plist index 1e4b484df033..2936c4fe4a1d 100644 --- a/net-mgmt/rotorouter/pkg-plist +++ b/net-mgmt/rotorouter/pkg-plist @@ -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 |