From 6e132f102877bf1d7008ed801de360242bbfef5f Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Mon, 27 Jul 2009 21:09:18 -0500 Subject: [PATCH] moved 55wicd to 91wicd --- in/{other=55wicd.in => other=91wicd.in} | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename in/{other=55wicd.in => other=91wicd.in} (100%) diff --git a/in/other=55wicd.in b/in/other=91wicd.in similarity index 100% rename from in/other=55wicd.in rename to in/other=91wicd.in diff --git a/setup.py b/setup.py index ed56e4e..fbdd0c6 100755 --- a/setup.py +++ b/setup.py @@ -526,7 +526,7 @@ try: data.append((wpath.resume, ['other/80-wicd-connect.sh' ])) data.append((wpath.suspend, ['other/50-wicd-suspend.sh' ])) if not wpath.no_install_pmutils: - data.append((wpath.pmutils, ['other/55wicd' ])) + data.append((wpath.pmutils, ['other/91wicd' ])) print 'Using pid path', os.path.basename(wpath.pidfile) print 'Language support for', for language in os.listdir('translations/'):