[Asterisk-cvs] asterisk ChangeLog, 1.74.2.57, 1.74.2.58 Makefile, 1.114.2.6, 1.114.2.7

russell at lists.digium.com russell at lists.digium.com
Wed Jul 6 18:22:01 CDT 2005


Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv9848

Modified Files:
      Tag: v1-0
	ChangeLog Makefile 
Log Message:
add man pages for astgenkey, autosupport, and safe_asterisk (bug #4645)


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.74.2.57
retrieving revision 1.74.2.58
diff -u -d -r1.74.2.57 -r1.74.2.58
--- ChangeLog	29 Jun 2005 21:02:35 -0000	1.74.2.57
+++ ChangeLog	6 Jul 2005 22:30:44 -0000	1.74.2.58
@@ -3,6 +3,9 @@
        not listed here.  A complete listing of changes is available through
        the Asterisk-CVS mailing list hosted at http://lists.digium.com.
 
+ -- general
+    -- Added man pages for astgenkey, autosupport, and safe_asterisk
+
 Asterisk 1.0.9
 
  -- fix bug in callerid matching in the dialplan that was introduced in 1.0.8

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.114.2.6
retrieving revision 1.114.2.7
diff -u -d -r1.114.2.6 -r1.114.2.7
--- Makefile	26 Apr 2005 14:30:23 -0000	1.114.2.6
+++ Makefile	6 Jul 2005 22:30:44 -0000	1.114.2.7
@@ -402,6 +402,9 @@
 	install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
 	install -m 644 keys/freeworlddialup.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
 	install -m 644 asterisk.8.gz $(DESTDIR)$(ASTMANDIR)/man8
+	install -m 644 contrib/scripts/astgenkey.8 $(DESTDIR)$(ASTMANDIR)/man8
+	install -m 644 contrib/scripts/autosupport.8 $(DESTDIR)$(ASTMANDIR)/man8
+	install -m 644 contrib/scripts/safe_asterisk.8 $(DESTDIR)$(ASTMANDIR)/man8
 	if [ -d contrib/firmware/iax ]; then \
 		install -m 644 contrib/firmware/iax/iaxy.bin $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax/iaxy.bin; \
 	else \




More information about the svn-commits mailing list