[Home]

Summary:ASTERISK-03150: app_waitforsilence.c and privacy.conf.sample have DOS line endings
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2005-01-01 10:19:52.000-0600Date Closed:2008-01-15 15:19:40.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Summary says it all... in the whole Asterisk tree, these are the only files with DOS line endings, and it's not necessary (and weird).

I can't easily produce a patch to fix this, but someone with commit privileges can do:

$ cp file file.old
$ tr -d '\r' < file.old > file

And then commit the changes.
Comments:By: Mark Spencer (markster) 2005-01-01 14:41:40.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2005-01-03 23:48:19.000-0600

privacy.conf.sample fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:19:18.000-0600

Repository: asterisk
Revision: 4628

U   trunk/apps/app_waitforsilence.c
U   trunk/configs/privacy.conf.sample

------------------------------------------------------------------------
r4628 | markster | 2008-01-15 15:19:18 -0600 (Tue, 15 Jan 2008) | 2 lines

Remove DOS style newlines (bug ASTERISK-3150)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4628

By: Digium Subversion (svnbot) 2008-01-15 15:19:40.000-0600

Repository: asterisk
Revision: 4653

U   branches/v1-0/configs/privacy.conf.sample

------------------------------------------------------------------------
r4653 | russell | 2008-01-15 15:19:40 -0600 (Tue, 15 Jan 2008) | 2 lines

change from dos to unix text format (bug ASTERISK-3150)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4653