add missing line for the autosupport script (bug #3828)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Russell Bryant 21 years ago
parent 78f6f43d19
commit 2ea44416b2

@ -11,6 +11,8 @@
-- chan_sip
-- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate
to do so.
-- asterisk.spec
-- A line was missing for the autosupport script that caused "make rpm" to fail
-- general
-- A problem has been fixed with saying the date in Spanish.

@ -59,6 +59,8 @@ ln -sf /var/spool/asterisk/vm /var/lib/asterisk/sounds/vm
%attr(0755,root,root) /usr/sbin/safe_asterisk
%attr(0755,root,root) /usr/sbin/astgenkey
%attr(0755,root,root) /usr/sbin/astman
%attr(0755,root,root) /usr/sbin/autosupport
#
# Sound files

Loading…
Cancel
Save