From 38c20f84778394d4c42103ed68b643f9b76c96d8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Oct 2004 19:17:57 +0000 Subject: 2004-10-29 Colin Walters Patch from Kristof Vansant * configure.in: Detect Slackware. * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in. * bus/rc.messagebus.in: New file. --- bus/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'bus/Makefile.am') diff --git a/bus/Makefile.am b/bus/Makefile.am index 218c6a5f..f6e03d77 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -95,7 +95,8 @@ install-data-hook: $(mkinstalldirs) $(DESTDIR)/$(datadir)/dbus-1/services #### Init scripts fun -SCRIPT_IN_FILES=messagebus.in +SCRIPT_IN_FILES=messagebus.in \ + rc.messagebus.in ## Red Hat start if DBUS_INIT_SCRIPTS_RED_HAT @@ -107,6 +108,17 @@ initd_SCRIPTS= \ endif ## Red Hat end + +## Slackware start +if DBUS_INIT_SCRIPTS_SLACKWARE + +initddir=$(sysconfdir)/rc.d/ + +initd_SCRIPTS= \ + rc.messagebus + +endif +## Slackware end MAN_IN_FILES=dbus-daemon-1.1.in man_MANS = dbus-daemon-1.1 -- cgit