From 930a9964c8040218384fa5622f619635330d09c8 Mon Sep 17 00:00:00 2001 From: gernot Date: Fri, 27 Jun 2003 07:51:09 +0000 Subject: [PATCH] =?UTF-8?q?-=20replaced=20german=20umlaut=20in=20filename?= =?UTF-8?q?=20"nachricht-gel=C3=B6scht.la",=20can=20cause=20=20=20problems?= =?UTF-8?q?=20on=20Redhat,=20thx=20to=20Herbert=20H=C3=BCbner=20for=20repo?= =?UTF-8?q?rting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@136 4ebea2bb-67d4-0310-8558-a5799e421b66 --- scripts/incoming.py | 8 ++++++-- scripts/waves/Makefile.am | 2 +- ...nachricht-gelöscht.la => nachricht-geloescht.la} | Bin 3 files changed, 7 insertions(+), 3 deletions(-) rename scripts/waves/{nachricht-gelöscht.la => nachricht-geloescht.la} (100%) diff --git a/scripts/incoming.py b/scripts/incoming.py index d61dadb..2e1ab9a 100644 --- a/scripts/incoming.py +++ b/scripts/incoming.py @@ -2,7 +2,7 @@ # ---------------------------------------------------- # copyright : (C) 2002 by Gernot Hillier # email : gernot@hillier.de -# version : $Revision: 1.8 $ +# version : $Revision: 1.9 $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -359,7 +359,7 @@ def remoteInquiry(call,userdir,curr_user,config): os.remove(filename) os.remove(filename[:-2]+"txt") del curr_msgs[i] - capisuite.audio_send(call,cs_helpers.getAudio(config,curr_user,"nachricht-gelöscht.la")) + capisuite.audio_send(call,cs_helpers.getAudio(config,curr_user,"nachricht-geloescht.la")) elif (cmd=="4"): if (curr_msgs[i]>lastinquiry): lastinquiry=curr_msgs[i] @@ -407,6 +407,10 @@ def newAnnouncement(call,userdir,curr_user,config): # History: # # $Log: incoming.py,v $ +# Revision 1.9 2003/06/27 07:51:09 gernot +# - replaced german umlaut in filename "nachricht-gelöscht.la", can cause +# problems on Redhat, thx to Herbert Hübner for reporting +# # Revision 1.8 2003/06/16 10:21:05 gernot # - define filename in any case (thx to Axel Schneck for reporting and # analyzing...) diff --git a/scripts/waves/Makefile.am b/scripts/waves/Makefile.am index ced25b7..639f789 100644 --- a/scripts/waves/Makefile.am +++ b/scripts/waves/Makefile.am @@ -1,6 +1,6 @@ dist_pkgdata_DATA = 0.la 1.la 2.la 3.la 4.la 5.la 6.la 7.la 8.la 9.la ..la am.la \ von.la beep.la erklaerung.la fuer.la keine-weiteren-nachrichten.la \ - nachricht-gelöscht.la nachricht.la nachrichten.la neue-nachricht.la \ + nachricht-geloescht.la nachricht.la nachrichten.la neue-nachricht.la \ neue-nachrichten.la uhr.la um.la anrufbeantworter-von.la \ bitte-nachricht.la fuer-neue-ansage-9.la zum-abhoeren-1.la \ bitte-neue-ansage-komplett.la neue-ansage-lautet.la wenn-einverstanden-1.la \ diff --git a/scripts/waves/nachricht-gelöscht.la b/scripts/waves/nachricht-geloescht.la similarity index 100% rename from scripts/waves/nachricht-gelöscht.la rename to scripts/waves/nachricht-geloescht.la