Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2010 19:50:57 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r205461 - stable/8/etc/ppp
Message-ID:  <201003221950.o2MJovE3022660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Mar 22 19:50:57 2010
New Revision: 205461
URL: http://svn.freebsd.org/changeset/base/205461

Log:
  MFC:	r203943
  
  Remove COMPILATIONDATE from the default section.  This string is no longer
  being substituted since r162063.

Modified:
  stable/8/etc/ppp/ppp.conf
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/ppp/ppp.conf
==============================================================================
--- stable/8/etc/ppp/ppp.conf	Mon Mar 22 19:50:33 2010	(r205460)
+++ stable/8/etc/ppp/ppp.conf	Mon Mar 22 19:50:57 2010	(r205461)
@@ -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?201003221950.o2MJovE3022660>