aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rotorouter
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-16 11:56:47 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-16 11:56:47 +0000
commit68f01277157c5401299c28c4ffc625e4370b8cf3 (patch)
tree6c0886dedb56fa8bd18ade3e7566e152572b0d0f /net-mgmt/rotorouter
parent4f80944d58f3a86dade21b840c04dcf8eb766d58 (diff)
downloadports-68f01277157c5401299c28c4ffc625e4370b8cf3.tar.gz
ports-68f01277157c5401299c28c4ffc625e4370b8cf3.zip
Fix deinstallation
PR: ports/78892 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=131387
Diffstat (limited to 'net-mgmt/rotorouter')
-rw-r--r--net-mgmt/rotorouter/Makefile2
-rw-r--r--net-mgmt/rotorouter/files/rotorouter.sh2
-rw-r--r--net-mgmt/rotorouter/pkg-message5
-rw-r--r--net-mgmt/rotorouter/pkg-plist2
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