diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 12:03:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 12:03:42 +0000 |
commit | 546ed8190c4040ca56ef787085d5f83e2e8b020f (patch) | |
tree | a39c3992c9ea9bc184be784a55c9810704726ab4 /net/freeradius | |
parent | d50f555ea663a25e0aff11646907ee42a1bb7732 (diff) | |
download | ports-546ed8190c4040ca56ef787085d5f83e2e8b020f.tar.gz ports-546ed8190c4040ca56ef787085d5f83e2e8b020f.zip |
- Clean etc/raddb directory
PR: ports/76443
Submitted by: Florent Thoumie <flz@xbsd.org>
Approved by: Andrew Thompson <andy@fud.org.nz> (maintainer)
Notes
Notes:
svn path=/head/; revision=126937
Diffstat (limited to 'net/freeradius')
-rw-r--r-- | net/freeradius/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeradius/pkg-plist b/net/freeradius/pkg-plist index 748b23f282bd..bf7280bd5d77 100644 --- a/net/freeradius/pkg-plist +++ b/net/freeradius/pkg-plist @@ -433,4 +433,4 @@ sbin/rc.radiusd @unexec rm -fr /var/log/raddb @exec mkdir -p /var/run/radiusd @unexec rm -fr /var/run/radiusd -@unexec echo "You should remove %D/etc/raddb if you don't need it anymore." +@unexec rmdir %D/etc/raddb 2> /dev/null || echo "You should remove %D/etc/raddb if you don't need it anymore." |