diff options
author | jkim <jkim@FreeBSD.org> | 2010-02-16 01:07:06 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-02-16 01:07:06 +0000 |
commit | a384f1d48a0fdcbacd23c46e80981abdc4cf1132 (patch) | |
tree | 45e83891ca06dbc5d318f555421c3da5a5b58010 /etc/ppp | |
parent | 33dc2d8edec884e955bd1be2b9d9c7e9949c1976 (diff) | |
download | FreeBSD-src-a384f1d48a0fdcbacd23c46e80981abdc4cf1132.zip FreeBSD-src-a384f1d48a0fdcbacd23c46e80981abdc4cf1132.tar.gz |
Remove COMPILATIONDATE from the default section. This string is no longer
being substituted since r162063.
PR: bin/143976
MFC after: 1 month
Diffstat (limited to 'etc/ppp')
-rw-r--r-- | etc/ppp/ppp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf index 2512314..2b63834 100644 --- a/etc/ppp/ppp.conf +++ b/etc/ppp/ppp.conf @@ -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) |