svn commit: r276503 - stable/10/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jan 1 15:45:23 UTC 2015


Author: trasz
Date: Thu Jan  1 15:45:22 2015
New Revision: 276503
URL: https://svnweb.freebsd.org/changeset/base/276503

Log:
  MFC r274954:
  
  Remove the pidfile clause from the ctl.conf example.  Why do everyone
  just copy/paste this line into their configs, it's beyond me.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/ctld/ctl.conf.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- stable/10/usr.sbin/ctld/ctl.conf.5	Thu Jan  1 15:38:57 2015	(r276502)
+++ stable/10/usr.sbin/ctld/ctl.conf.5	Thu Jan  1 15:45:22 2015	(r276503)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 9, 2014
+.Dd November 24, 2014
 .Dt CTL.CONF 5
 .Os
 .Sh NAME
@@ -356,8 +356,6 @@ configuration file.
 .El
 .Sh EXAMPLES
 .Bd -literal
-pidfile	/var/run/ctld.pid
-
 auth-group ag0 {
 	chap-mutual "user" "secret" "mutualuser" "mutualsecret"
 	chap-mutual "user2" "secret2" "mutualuser" "mutualsecret"


More information about the svn-src-all mailing list