[Asterisk-cvs] asterisk Makefile, 1.114.2.9, 1.114.2.10 sounds.txt,
1.35.2.2, 1.35.2.3
russell
russell
Mon Oct 17 18:29:54 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv659
Modified Files:
Tag: v1-0
Makefile sounds.txt
Log Message:
add hello world prompt to 1.0 for Jared
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.114.2.9
retrieving revision 1.114.2.10
diff -u -d -r1.114.2.9 -r1.114.2.10
--- Makefile 1 Oct 2005 01:58:20 -0000 1.114.2.9
+++ Makefile 17 Oct 2005 22:23:52 -0000 1.114.2.10
@@ -351,7 +351,7 @@
exit 1; \
fi; \
done
- for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-*; do \
+ for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/hello-*; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
else \
Index: sounds.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/sounds.txt,v
retrieving revision 1.35.2.2
retrieving revision 1.35.2.3
diff -u -d -r1.35.2.2 -r1.35.2.3
--- sounds.txt 5 Apr 2005 06:34:54 -0000 1.35.2.2
+++ sounds.txt 17 Oct 2005 22:23:52 -0000 1.35.2.3
@@ -70,6 +70,8 @@
%dir-nomore.gsm%There are no more compatible entries in the directory.
+%hello-world.gsm%Hello World.
+
%invalid.gsm%I am sorry, that's not a valid extension. Please try again.
%pbx-invalid.gsm%I am sorry, that's not a valid extension. Please try again.
More information about the svn-commits
mailing list