svn commit: r303611 - head/net/gnu-radius

Chris Rees crees at FreeBSD.org
Mon Sep 3 19:13:17 UTC 2012


Author: crees
Date: Mon Sep  3 19:13:16 2012
New Revision: 303611
URL: http://svn.freebsd.org/changeset/ports/303611

Log:
  Remove vestiges of manual installation of rc scripts.
  
  While here, use @stopdaemon.
  
  Approved by:	gahr (maintainer, implicit)

Modified:
  head/net/gnu-radius/Makefile
  head/net/gnu-radius/pkg-plist

Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile	Mon Sep  3 19:04:31 2012	(r303610)
+++ head/net/gnu-radius/Makefile	Mon Sep  3 19:13:16 2012	(r303611)
@@ -126,7 +126,6 @@ post-patch:
 	${REINPLACE_CMD}  -e '889s,], || 1 ],' ${WRKSRC}/raddb/Makefile.in
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/radiusd.sh ${PREFIX}/etc/rc.d/radiusd.sh
 .if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}
 . for ex_file in ${EXAMPLE_FILES}

Modified: head/net/gnu-radius/pkg-plist
==============================================================================
--- head/net/gnu-radius/pkg-plist	Mon Sep  3 19:04:31 2012	(r303610)
+++ head/net/gnu-radius/pkg-plist	Mon Sep  3 19:13:16 2012	(r303611)
@@ -1,4 +1,4 @@
- at unexec %D/etc/rc.d/radiusd.sh forcestop 2>/dev/null || true
+ at stopdaemon radiusd
 bin/builddbm
 bin/radgrep
 bin/radlast
@@ -44,7 +44,6 @@ etc/raddb/realms-dist
 etc/raddb/sqlserver-dist
 @unexec if cmp -s %D/etc/raddb/users %D/etc/raddb/users-dist; then rm -f %D/etc/raddb/users; fi
 etc/raddb/users-dist
-etc/rc.d/radiusd.sh
 include/radius/argcv.h
 include/radius/debug.h
 include/radius/dictionary.h



More information about the svn-ports-all mailing list