summaryrefslogtreecommitdiff
path: root/hal
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2006-10-11 14:37:10 +0000
committerMatt Housh <jaeger@morpheus.net>2006-10-11 14:37:10 +0000
commit6910909b3b05cdc4da38b25ada9e4361ffefe63b (patch)
tree1e6fb70b0c11e9e55075c29e1510c290c9231415 /hal
parentc393bd57bb3d49151e2fcc01cbf724c237e42757 (diff)
downloadopt-6910909b3b05cdc4da38b25ada9e4361ffefe63b.tar.gz
opt-6910909b3b05cdc4da38b25ada9e4361ffefe63b.tar.xz
hal: removed conflicting -n from the useradd line in the README, thanks sepen
Diffstat (limited to 'hal')
-rw-r--r--hal/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/README b/hal/README
index f5cd090cb..5f4328824 100644
--- a/hal/README
+++ b/hal/README
@@ -6,7 +6,7 @@ PRE/POST-INSTALL
Create a user/group haldaemon with a unused id < 99:
'groupadd -g 82 haldaemon'
- 'useradd -n -u 82 -g haldaemon -d /var/empty -s /bin/false haldaemon'
+ 'useradd -u 82 -g haldaemon -d /var/empty -s /bin/false haldaemon'
'passwd -l haldaemon'
If you wish to take advantage of the hotplug and automount-style features

Generated by cgit