Changeset 5189
Fixes from Brad Smith so the spool directory for smsq follows the system template
Committed by:
coppice
Date:
Aug 14 2008 * 16:57 (3 months ago)
Affected files:
callweaver/trunk/utils/Makefile.am (unified diff)
| r5068 | r5189 | |
|---|---|---|
| 16 | 16 | |
| 17 | 17 | if WANT_SMSQ |
| 18 | 18 | cwutils_PROGRAMS += smsq |
| 19 | smsq_CFLAGS = $(AM_CFLAGS) -DSPOOLDIR=\"$(cwspooldir)\" | |
| 19 | 20 | smsq_SOURCES = smsq.c |
| 20 | 21 | smsq_LDADD = -lpopt |
| 21 | 22 | endif WANT_SMSQ |
callweaver/trunk/utils/smsq.c (unified diff)
| r2956 | r5189 | |
|---|---|---|
| 434 | 434 | *queue = "", |
| 435 | 435 | *udfile = 0, |
| 436 | 436 | *process = 0, |
| 437 | *spooldir = "/var/spool/callweaver.org", | |
| 437 | *spooldir = SPOOLDIR, | |
| 438 | 438 | *motxchannel = "Local/1709400X", |
| 439 | 439 | *motxcallerid = 0, |
| 440 | 440 | *mttxchannel = 0, |
![Home changeset 5189 [home]](/images/logo.png?1180520111)
RSS Feeds