diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2005-08-23 14:14:38 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2005-08-23 14:14:38 +0000 |
commit | 09d2c4c5d384cbfd6590778d399e67ff4c8edb83 (patch) | |
tree | d45dc40b4b2e3d80e05e62670da35f23a4f66174 /debian/dbus-1.default | |
parent | b99280d63f1ed23712a7c5fbffafb96f3d297b1c (diff) | |
download | dbus-09d2c4c5d384cbfd6590778d399e67ff4c8edb83.tar.gz |
Import dbus package
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@275 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/dbus-1.default')
-rw-r--r-- | debian/dbus-1.default | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/dbus-1.default b/debian/dbus-1.default new file mode 100644 index 00000000..b901f8d6 --- /dev/null +++ b/debian/dbus-1.default @@ -0,0 +1,10 @@ +# This is a configuration file for /etc/init.d/dbus-1; 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 |