Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 02:20:19 GMT
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/75018: [maintainer update]: net-mgmt/rotorouter wasmissing a file from its plist...
Message-ID:  <200412140220.iBE2KJ82091547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/75018; it has been noted by GNATS.

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, paul+ports@it.ca
Cc:  
Subject: Re: ports/75018: [maintainer update]: net-mgmt/rotorouter was missing
 a file from its plist...
Date: Tue, 14 Dec 2004 05:15:06 +0300

 I don't think it's a good idea to remove conf file this way.
 
 Use something like this instead:
 @unexec if cmp -s %D/etc/rotorouter.conf %D/etc/rotorouter.conf-example; 
 then rm -f %D/etc/rotorouter.conf; fi
 -- 
 Sem.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412140220.iBE2KJ82091547>