svn commit: r274954 - head/usr.sbin/ctld
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Nov 24 08:13:45 UTC 2014
Author: trasz
Date: Mon Nov 24 08:13:44 2014
New Revision: 274954
URL: https://svnweb.freebsd.org/changeset/base/274954
Log:
Remove the pidfile clause from the ctl.conf example. Why do everyone
just copy/paste this line into their configs, it's beyond me.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- head/usr.sbin/ctld/ctl.conf.5 Mon Nov 24 08:13:21 2014 (r274953)
+++ head/usr.sbin/ctld/ctl.conf.5 Mon Nov 24 08:13:44 2014 (r274954)
@@ -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-head
mailing list