[Home]

Summary:ASTERISK-13692: [patch] "make config " errors, zero length byte file create /etc/init.d.asterisk
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2009-03-03 18:25:57.000-0600Date Closed:2009-03-05 18:03:07.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) make_config_diff.txt
Description:on debian

make config
finishes up creating a zero length file /etc/init.d/asterisk

with the following error

astest:/usr/src/pbx/asterisk# make config
sed: -e expression #1, char 40: unknown option to `s'


****** ADDITIONAL INFORMATION ******

due to 'sed' separtor missing.
Comments:By: Alec Davis (alecdavis) 2009-03-04 17:08:44.000-0600

Bug marshals: This is a simple 1 character fix for each of the supported distributions. Total of 7.

It's been tested and installed, yesterday on 2 servers and again today on another.

By: Alec Davis (alecdavis) 2009-03-05 13:57:06.000-0600

mvanbaak: fixed this probably without seeing this bug.
http://svn.digium.com/view/asterisk/trunk/Makefile?revision=180382&view=markup

Maybe I should have categorized it as Core/Buildsystem and it might have got more attention.

Can now be closed.

By: Jeff Peeler (jpeeler) 2009-03-05 18:03:07.000-0600

Issue fixed without noticing this bug.