svn commit: r203943 - head/etc/ppp

Jung-uk Kim jkim at FreeBSD.org
Tue Feb 16 01:07:07 UTC 2010


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)


More information about the svn-src-all mailing list