[Asterisk-cvs] asterisk Makefile,1.203,1.204
markster
markster
Mon Sep 12 00:07:00 CDT 2005
- Previous message: [Asterisk-cvs]
asterisk/sounds spy-agent.gsm, NONE, 1.1 spy-h323.gsm,
NONE, 1.1 spy-iax.gsm, NONE, 1.1 spy-iax2.gsm, NONE,
1.1 spy-mgcp.gsm, NONE, 1.1 spy-sip.gsm, NONE,
1.1 spy-skinny.gsm, NONE, 1.1 spy-zap.gsm, NONE, 1.1 agent.gsm,
1.1, NONE h323.gsm, 1.1, NONE iax.gsm, 1.1, NONE iax2.gsm, 1.1,
NONE mgcp.gsm, 1.1, NONE sip.gsm, 1.2, NONE skinny.gsm, 1.1,
NONE zap.gsm, 1.1, NONE
- Next message: [Asterisk-cvs] zaptel zconfig.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16159
Modified Files:
Makefile
Log Message:
Fix permissions on safe_asterisk (bug #5193)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- Makefile 12 Sep 2005 03:49:54 -0000 1.203
+++ Makefile 12 Sep 2005 04:06:52 -0000 1.204
@@ -583,6 +583,7 @@
install -m 755 contrib/scripts/autosupport $(DESTDIR)$(ASTSBINDIR)/
if [ ! -f $(DESTDIR)$(ASTSBINDIR)/safe_asterisk ]; then \
cat contrib/scripts/safe_asterisk | sed 's|__ASTERISK_SBIN_DIR__|$(ASTSBINDIR)|;' > $(DESTDIR)$(ASTSBINDIR)/safe_asterisk ;\
+ chmod 755 $(DESTDIR)$(ASTSBINDIR)/safe_asterisk;\
fi
for x in $(SUBDIRS); do $(MAKE) -C $$x install || exit 1 ; done
install -d $(DESTDIR)$(ASTHEADERDIR)
- Previous message: [Asterisk-cvs]
asterisk/sounds spy-agent.gsm, NONE, 1.1 spy-h323.gsm,
NONE, 1.1 spy-iax.gsm, NONE, 1.1 spy-iax2.gsm, NONE,
1.1 spy-mgcp.gsm, NONE, 1.1 spy-sip.gsm, NONE,
1.1 spy-skinny.gsm, NONE, 1.1 spy-zap.gsm, NONE, 1.1 agent.gsm,
1.1, NONE h323.gsm, 1.1, NONE iax.gsm, 1.1, NONE iax2.gsm, 1.1,
NONE mgcp.gsm, 1.1, NONE sip.gsm, 1.2, NONE skinny.gsm, 1.1,
NONE zap.gsm, 1.1, NONE
- Next message: [Asterisk-cvs] zaptel zconfig.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list