diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2005-08-23 14:17:21 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2005-08-23 14:17:21 +0000 |
commit | 2fc5fc622b27ad3de6749f79cd460eb491192d5b (patch) | |
tree | 185ada93c1362f9f3c1d038bc76abb394ec44c2f /debian/dbus.default | |
parent | 982129c400c54b3da2c12d2354767752b5b8e470 (diff) | |
download | dbus-2fc5fc622b27ad3de6749f79cd460eb491192d5b.tar.gz |
Import dbus's experimental package
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/dbus@276 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/dbus.default')
-rw-r--r-- | debian/dbus.default | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/dbus.default b/debian/dbus.default new file mode 100644 index 00000000..040e6e94 --- /dev/null +++ b/debian/dbus.default @@ -0,0 +1,10 @@ +# This is a configuration file for /etc/init.d/dbus; it allows you to +# perform common modifications to the behavior of the dbus daemon +# startup without editing the init script (and thus getting prompted +# by dpkg on upgrades). We all love dpkg prompts. + +# Parameters to pass to dbus. +PARAMS="" + +# Whether or not to run the dbus system daemon; set to 0 to disable. +ENABLED=1 |