diff options
Diffstat (limited to 'hal')
-rw-r--r-- | hal/README | 2 |
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 |