From d17f0c47d48c82de75b3c67cf690609ea9e6f78d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 14 Dec 1996 16:24:01 +0000 Subject: [PATCH] Fix some very minor cosmetic cruft I couldn't help tweaking when I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work. --- release/sysinstall/help/shortcuts.hlp | 2 ++ usr.sbin/sysinstall/help/shortcuts.hlp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/release/sysinstall/help/shortcuts.hlp b/release/sysinstall/help/shortcuts.hlp index 0956058b828..32ec0feeba3 100644 --- a/release/sysinstall/help/shortcuts.hlp +++ b/release/sysinstall/help/shortcuts.hlp @@ -9,6 +9,8 @@ Syntax: Where "var" can be one or more of: +addUser Add a new user to the system +addGroup Add a new group to the system blanktime Screen blank time setting in seconds bootManager Select boot manager: booteasy, standard or none browserBinary Which doc browser to use (default: lynx) diff --git a/usr.sbin/sysinstall/help/shortcuts.hlp b/usr.sbin/sysinstall/help/shortcuts.hlp index 0956058b828..32ec0feeba3 100644 --- a/usr.sbin/sysinstall/help/shortcuts.hlp +++ b/usr.sbin/sysinstall/help/shortcuts.hlp @@ -9,6 +9,8 @@ Syntax: Where "var" can be one or more of: +addUser Add a new user to the system +addGroup Add a new group to the system blanktime Screen blank time setting in seconds bootManager Select boot manager: booteasy, standard or none browserBinary Which doc browser to use (default: lynx)