svn commit: r509506 - head/net/ceph12

Kurt Jaeger pi at FreeBSD.org
Wed Aug 21 13:22:04 UTC 2019


Author: pi
Date: Wed Aug 21 13:22:03 2019
New Revision: 509506
URL: https://svnweb.freebsd.org/changeset/ports/509506

Log:
  net/ceph12: fix comment
  
  PR:		240009
  Submitted by:	matthew

Modified:
  head/net/ceph12/Makefile

Modified: head/net/ceph12/Makefile
==============================================================================
--- head/net/ceph12/Makefile	Wed Aug 21 13:04:39 2019	(r509505)
+++ head/net/ceph12/Makefile	Wed Aug 21 13:22:03 2019	(r509506)
@@ -121,7 +121,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}/var/log/ceph
 	${MKDIR} ${STAGEDIR}/var/run/ceph
 	# Use the Ceph init.d script as the interface to regular
-	# starting and stopping deamons. rc.d work is done thru
+	# starting and stopping daemons. rc.d work is done thru
 	# a separate rc.d/ceph script calling init-ceph again.
 	${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph
 	# remove files not packaged


More information about the svn-ports-all mailing list