diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:14:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:14:48 +0000 |
| commit | 1bc5fcd00851d23952f8c7a1072d3a78e92592b0 (patch) | |
| tree | 2a4d0e0a093496d1d61f3815c7a1d442462dd55d /sbin/init | |
| parent | 79d2e30daf438acc8ee8e3777be79872a7e04403 (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index 6411a3fcd082..b47ad0f0f352 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: init.c,v 1.26 1997/08/06 16:34:51 ache Exp $ + * $Id: init.c,v 1.27 1997/08/18 01:40:12 davidn Exp $ */ #ifndef lint @@ -634,7 +634,7 @@ single_user() int num; #define SHREQUEST \ - "Enter pathname of shell or RETURN for sh: " + "Enter full pathname of shell or RETURN for " _PATH_BSHELL ": " (void)write(STDERR_FILENO, SHREQUEST, sizeof(SHREQUEST) - 1); while ((num = read(STDIN_FILENO, cp, 1)) != -1 && |
