Date: Tue, 16 Feb 2010 01:07:07 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203943 - head/etc/ppp Message-ID: <201002160107.o1G177SE068080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Feb 16 01:07:06 2010 New Revision: 203943 URL: http://svn.freebsd.org/changeset/base/203943 Log: Remove COMPILATIONDATE from the default section. This string is no longer being substituted since r162063. PR: bin/143976 MFC after: 1 month Modified: head/etc/ppp/ppp.conf Modified: head/etc/ppp/ppp.conf ============================================================================== --- head/etc/ppp/ppp.conf Tue Feb 16 00:23:22 2010 (r203942) +++ head/etc/ppp/ppp.conf Tue Feb 16 01:07:06 2010 (r203943) @@ -10,7 +10,7 @@ default: set log Phase Chat LCP IPCP CCP tun command - ident user-ppp VERSION (built COMPILATIONDATE) + ident user-ppp VERSION # Ensure that "device" references the correct serial port # for your modem. (cuau0 = COM1, cuau1 = COM2)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002160107.o1G177SE068080>