From a7208ca3337fef21daa9cd39e0178fe46d31ab99 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 12 Jan 2007 16:11:00 -0500 Subject: Rename dbus config file. --- data/ConsoleKit.conf | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ data/Makefile.am | 2 +- data/console-kit.conf | 49 ------------------------------------------------- 3 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 data/ConsoleKit.conf delete mode 100644 data/console-kit.conf (limited to 'data') diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf new file mode 100644 index 0000000..b6bfcdb --- /dev/null +++ b/data/ConsoleKit.conf @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/Makefile.am b/data/Makefile.am index 8928cc4..9c8f0ab 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,7 @@ NULL = dbusconfdir = $(DBUS_SYS_DIR) -dbusconf_DATA = console-kit.conf +dbusconf_DATA = ConsoleKit.conf SCRIPT_IN_FILES = ConsoleKit.in initddir=$(sysconfdir)/rc.d/init.d diff --git a/data/console-kit.conf b/data/console-kit.conf deleted file mode 100644 index b6bfcdb..0000000 --- a/data/console-kit.conf +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit