diff options
author | Colin Walters <walters@verbum.org> | 2004-10-29 19:17:57 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2004-10-29 19:17:57 +0000 |
commit | 38c20f84778394d4c42103ed68b643f9b76c96d8 (patch) | |
tree | 9d44fc9b32f48e1bc11c2155f815408947b377bf /bus/Makefile.am | |
parent | 588da01c172d6c2008764a363a8cd64fe734e10e (diff) |
2004-10-29 Colin Walters <walters@redhat.com>
Patch from Kristof Vansant <de_lupus@pandora.be>
* configure.in: Detect Slackware.
* bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
* bus/rc.messagebus.in: New file.
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r-- | bus/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
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 |