Skip to content
Snippets Groups Projects
Commit 2e0cf7a0 authored by Mark Spencer's avatar Mark Spencer
Browse files

Update queue_log example

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f0c7729f
No related branches found
No related tags found
No related merge requests found
...@@ -646,7 +646,7 @@ patchlist: ...@@ -646,7 +646,7 @@ patchlist:
apply: apply:
@if [ -z "$(PATCH)" ]; then \ @if [ -z "$(PATCH)" ]; then \
echo "Usage: make PATCH=<patchname> applypatch"; \ echo "Usage: make PATCH=<patchname> apply"; \
elif grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \ elif grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
echo "Patch $(PATCH) is already applied"; \ echo "Patch $(PATCH) is already applied"; \
elif [ -f "patches/$(PATCH)" ]; then \ elif [ -f "patches/$(PATCH)" ]; then \
...@@ -659,7 +659,7 @@ apply: ...@@ -659,7 +659,7 @@ apply:
unapply: unapply:
@if [ -z "$(PATCH)" ]; then \ @if [ -z "$(PATCH)" ]; then \
echo "Usage: make PATCH=<patchname> unapplypatch"; \ echo "Usage: make PATCH=<patchname> unapply"; \
elif !grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \ elif !grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
echo "Patch $(PATCH) is not applied"; \ echo "Patch $(PATCH) is not applied"; \
elif [ -f "patches/$(PATCH)" ]; then \ elif [ -f "patches/$(PATCH)" ]; then \
......
? .txt
? DDR.MOV
? FuzzyMath.mp3
? config-mark.c
? dont_panic.mp3
? gmon.out
? manpage.links
? manpage.refs
? markdiff.txt
? mydiff.txt
? newqueuelog
? resume-ken-long.pdf
? root.xwd
? rtp-timestamp.diff.txt
? stereo-1.0
? test.call
? test1.call
? test2.call
? test_js.txt
? tmp1.gsm
? tmp2.gsm
? tmp3.gsm
? tmp4.gsm
? apps/app_read_broken.c
? astman/.depend
? astman/astman
? cdr/cdr_csv2.c
? channels/chan_sip_broken.c
Index: logger.c Index: logger.c
=================================================================== ===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v RCS file: /usr/cvsroot/asterisk/logger.c,v
retrieving revision 1.55 retrieving revision 1.57
diff -u -r1.55 logger.c diff -u -r1.57 logger.c
--- logger.c 25 Jan 2005 06:10:19 -0000 1.55 --- logger.c 11 Mar 2005 07:24:10 -0000 1.57
+++ logger.c 9 Mar 2005 21:25:25 -0000 +++ logger.c 11 Mar 2005 08:27:54 -0000
@@ -61,6 +61,11 @@ @@ -61,6 +61,11 @@
static int pending_logger_reload = 0; static int pending_logger_reload = 0;
static int global_logmask = -1; static int global_logmask = -1;
...@@ -145,7 +173,7 @@ diff -u -r1.55 logger.c ...@@ -145,7 +173,7 @@ diff -u -r1.55 logger.c
return -1; return -1;
} }
@@ -572,7 +591,7 @@ @@ -576,7 +595,7 @@
localtime_r(&t, &tm); localtime_r(&t, &tm);
strftime(date, sizeof(date), dateformat, &tm); strftime(date, sizeof(date), dateformat, &tm);
...@@ -160,7 +188,7 @@ RCS file: /usr/cvsroot/asterisk/configs/logger.conf.sample,v ...@@ -160,7 +188,7 @@ RCS file: /usr/cvsroot/asterisk/configs/logger.conf.sample,v
retrieving revision 1.9 retrieving revision 1.9
diff -u -r1.9 logger.conf.sample diff -u -r1.9 logger.conf.sample
--- configs/logger.conf.sample 5 Sep 2004 03:48:05 -0000 1.9 --- configs/logger.conf.sample 5 Sep 2004 03:48:05 -0000 1.9
+++ configs/logger.conf.sample 9 Mar 2005 21:25:25 -0000 +++ configs/logger.conf.sample 11 Mar 2005 08:27:55 -0000
@@ -13,6 +13,12 @@ @@ -13,6 +13,12 @@
; This appends the hostname to the name of the log files. ; This appends the hostname to the name of the log files.
;appendhostname = yes ;appendhostname = yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment