[Pkg-utopia-commits] r37 - packages/hal/trunk/debian
Sjoerd Simons
sjoerd@haydn.debian.org
Tue, 19 Oct 2004 06:08:22 -0600
Author: sjoerd
Date: 2004-10-19 06:08:09 -0600 (Tue, 19 Oct 2004)
New Revision: 37
Added:
packages/hal/trunk/debian/hal.default
Modified:
packages/hal/trunk/debian/changelog
Log:
Add /etc/default/hal config file
Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog 2004-10-19 11:41:54 UTC (rev 36)
+++ packages/hal/trunk/debian/changelog 2004-10-19 12:08:09 UTC (rev 37)
@@ -24,6 +24,7 @@
+ debian/hal.preinst: Stop hal in preinst instead of dbus
+ debian/hal.preinst: Add missing debhelper token
+ debian/hal.preinst: Remove fstab-update.h transition.
+ + Added /etc/default/hal to easily configure running hal as non-root
-- Sjoerd Simons <sjoerd@debian.org> Mon, 18 Oct 2004 16:30:01 +0200
Added: packages/hal/trunk/debian/hal.default
===================================================================
--- packages/hal/trunk/debian/hal.default 2004-10-19 11:41:54 UTC (rev 36)
+++ packages/hal/trunk/debian/hal.default 2004-10-19 12:08:09 UTC (rev 37)
@@ -0,0 +1,7 @@
+# This will run the hal daemon as user root
+DAEMON_OPTS=
+
+# This will run the hal daemon as normal user 'hal' with some additional
+# privileges; This will not execute callout scripts as root (so fstab-sync
+# won't work) and makes hal unable to do filesystem type autodetection
+#DAEMON_OPTS=--drop-privileges