Date: Tue, 15 Mar 2005 18:50:10 GMT From: Paul Chvostek <paul+ports@it.ca> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/78892: [maintaner update]: net-mgmt/rotorouter minor fixes Message-ID: <200503151850.j2FIoAMX074496@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/78892; it has been noted by GNATS. From: Paul Chvostek <paul+ports@it.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/78892: [maintaner update]: net-mgmt/rotorouter minor fixes Date: Tue, 15 Mar 2005 13:48:00 -0500 Doh. This is a much better diff. :-/ --- rotorouter-1.0_2.diff begins here --- diff -ruN /usr/ports/net-mgmt/rotorouter/Makefile rotorouter/Makefile --- /usr/ports/net-mgmt/rotorouter/Makefile Thu Jan 6 15:39:15 2005 +++ rotorouter/Makefile Mon Mar 14 14:06:40 2005 @@ -9,7 +9,7 @@ PORTNAME= rotorouter PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= # nada DISTFILES= # nil diff -ruN /usr/ports/net-mgmt/rotorouter/files/rotorouter.sh rotorouter/files/rotorouter.sh --- /usr/ports/net-mgmt/rotorouter/files/rotorouter.sh Mon Jun 14 12:56:13 2004 +++ rotorouter/files/rotorouter.sh Mon Mar 14 14:11:35 2005 @@ -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 -ruN /usr/ports/net-mgmt/rotorouter/pkg-message rotorouter/pkg-message --- /usr/ports/net-mgmt/rotorouter/pkg-message Mon Jun 14 13:56:41 2004 +++ rotorouter/pkg-message Mon Mar 14 14:11:03 2005 @@ -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 -ruN /usr/ports/net-mgmt/rotorouter/pkg-plist rotorouter/pkg-plist --- /usr/ports/net-mgmt/rotorouter/pkg-plist Mon Mar 14 14:05:08 2005 +++ rotorouter/pkg-plist Mon Mar 14 14:05:28 2005 @@ -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 --- rotorouter-1.0_2.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151850.j2FIoAMX074496>