[maintainer update]: net-mgmt/rotorouter was missing a file from its plist...

Per notice from the Janitor...  the conf file was missing
	from pkg-plist.  It no longer is.  No other changes.

Actually took the solution provides later in the PR

PR:		ports/75018
Submitted by:	Paul Chvostek <paul+ports@it.ca>
This commit is contained in:
Edwin Groothuis 2004-12-17 08:27:53 +00:00
parent 483a586f40
commit bf3c632686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124284
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
PORTNAME= rotorouter PORTNAME= rotorouter
PORTVERSION= 1.0 PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= net-mgmt CATEGORIES= net-mgmt
MASTER_SITES= # nada MASTER_SITES= # nada
DISTFILES= # nil DISTFILES= # nil

View file

@ -1,3 +1,4 @@
sbin/rotorouter sbin/rotorouter
etc/rc.d/rotorouter.sh etc/rc.d/rotorouter.sh
etc/rotorouter.conf-example 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