summaryrefslogtreecommitdiff
path: root/dbus/README
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2006-12-01 11:34:18 -0600
committerMatt Housh <jaeger@crux.nu>2006-12-01 11:34:18 -0600
commit4e1b1d39adbdb8227eb848f0dfce56163fb590d4 (patch)
treecf6f286aa5efbc49b7bbcf823354fa54ab75300c /dbus/README
parent06b9392d5bcb264eb0663144230e74158a8d6048 (diff)
downloadopt-4e1b1d39adbdb8227eb848f0dfce56163fb590d4.tar.gz
opt-4e1b1d39adbdb8227eb848f0dfce56163fb590d4.tar.xz
dbus: updated to version 1.0.1
Diffstat (limited to 'dbus/README')
-rw-r--r--dbus/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/README b/dbus/README
index d8812593c..fc35ccc3b 100644
--- a/dbus/README
+++ b/dbus/README
@@ -1,4 +1,5 @@
-README for dbus 0.92
+
+README for dbus 0.92+
REQUIREMENTS
@@ -6,7 +7,7 @@ PRE/POST-INSTALL
Create a user/group messagebus with a unused id < 99:
'groupadd -g 81 messagebus'
- 'useradd -n -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
+ 'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
'passwd -l messagebus'
PRECAUTION

Generated by cgit