diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-12-17 15:39:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-12-17 15:39:33 +0000 |
commit | 6ae9543a0d85f351196b547e74b05a080d2b2d9e (patch) | |
tree | d957484120b884a8ea327397cbd58b7b308f9d9e /sysutils/dbus/PLIST | |
parent | cc90f442db97a8088f74801cb2db597221afaa8b (diff) | |
download | pkgsrc-6ae9543a0d85f351196b547e74b05a080d2b2d9e.tar.gz |
Fix installation under RedHat and Slackware by always installing all possible
start-up scripts. This also makes all installations consistent regardless of
the underlying OS.
Bump PKGREVISION to 1.
Diffstat (limited to 'sysutils/dbus/PLIST')
-rw-r--r-- | sysutils/dbus/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dbus/PLIST b/sysutils/dbus/PLIST index 2803daddaa8..7fe65ba366f 100644 --- a/sysutils/dbus/PLIST +++ b/sysutils/dbus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/12/15 19:06:00 drochner Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/12/17 15:39:33 jmmv Exp $ bin/dbus-cleanup-sockets bin/dbus-daemon bin/dbus-launch @@ -33,6 +33,8 @@ man/man1/dbus-uuidgen.1 share/examples/dbus/session.conf share/examples/dbus/system.conf share/examples/rc.d/dbus +share/examples/rc.d/messagebus.redhat +share/examples/rc.d/rc.messagebus.slackware @dirrm share/examples/dbus @exec ${MKDIR} %D/share/dbus-1/services @dirrm share/dbus-1/services |