From 8dcddb61752cfa140df30c94b54bd02684419323 Mon Sep 17 00:00:00 2001 From: David Laban Date: Sat, 12 Feb 2011 10:03:25 +0000 Subject: Rename project to telepathy-rakia For the curious, these are the commands you need: git clean -d git mv tpsip-extensions extensions git mv tpsip rakia sed -i \ -e 's/libtpsip-extensions.la/librakia-extensions.la/g' \ -e 's/libtpsip_extensions_la/librakia_extensions_la/g' \ -e 's/tpsip-extensions/extensions/g' \ -e 's/sofiasip/rakia/g' \ -e 's/tpsip/rakia/g' \ -e 's/Tpsip/Rakia/g' \ -e 's/SOFIASIP/RAKIA/g' \ */*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ; find -name '*.py' ; find -name '*.in') git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \ ./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in git mv ./tests/twisted/tools/sofiasip.service.in \ ./tests/twisted/tools/rakia.service.in ./autogen.sh && make distcheck --- tests/twisted/tools/rakia.service.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/twisted/tools/rakia.service.in (limited to 'tests/twisted/tools/rakia.service.in') diff --git a/tests/twisted/tools/rakia.service.in b/tests/twisted/tools/rakia.service.in new file mode 100644 index 0000000..f4b324c --- /dev/null +++ b/tests/twisted/tools/rakia.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.freedesktop.Telepathy.ConnectionManager.rakia +Exec=@abs_top_builddir@/tests/twisted/tools/exec-with-log.sh -- cgit v1.2.3