Antonio Gallo schrieb:
That's not a patch but a cut-and-copy to create a patch you have to
provide the output of the command
diff -u OriginalSource.c ChangedSource.c
I attached the patch in my last posting you answered to. If not I can
repost it.
In my first posting I forgot to attach it. Sorry for that.
Jörg Esser
It will look like this:
--- /usr/src/SCRIPTS/etc/init.d/mercuriuspbx 2006-12-16
12:08:18.000000000 +0100
+++ /etc/init.d/mercuriuspbx 2007-01-17 18:54:05.000000000 +0100
@@ -42,7 +42,9 @@
fxotune -vv -s
#
echo "- avvio asterisk ..."
- asterisk -U asterisk -G asterisk
+ VERBOSE=""
+ [ -f /etc/asterisk/verbose ] && VERBOSE="-vvvvvvvvvvvvvvvv"
+ asterisk -n -t $VERBOSE -U asterisk -G asterisk
if [ $? -ne 0 ]; then
echo "ERRORE: $? durante l'avvio di asterisk"
else
where "+" and "-" are the changed lines.
Jörg Esser ha scritto:
Christian Richter schrieb:
Hi Jörg,
looks like you forgot the patch.
Ups ;) sorry. Here it is.
Regards,
Christian
Jörg Esser wrote:
Hi list,
if you use an debian with a selfmade kernel 2.6.19.1 and the
sources linked to /lib/modules/2.6.19.1/build
ther is no config.h to find. That leads to an compiler error
message. This patch adds some logic to the drivers.
#ifdef CONFIG_H_EXISTS
#include <linux/config.h>
#else
#include <linux/autoconf.h>
#endif
The patch is for the install-misdn-mqueue.tar.gz bundle.
I hope someone can use it.
Thx,
Jörg Esser
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk