]> andersk Git - openssh.git/blobdiff - servconf.c
- djm@cvs.openbsd.org 2001/03/13 22:42:54
[openssh.git] / servconf.c
index 1e38f3b60f5c295cd20908555cdf8508bfdf566c..075eed400e856bcfb2ea4b0e15fc8d282dce5e73 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.70 2001/03/04 17:42:28 millert Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.71 2001/03/05 15:44:51 stevesk Exp $");
 
 #ifdef KRB4
 #include <krb.h>
@@ -442,8 +442,9 @@ parse_filename:
                        intptr = &options->permit_root_login;
                        arg = strdelim(&cp);
                        if (!arg || *arg == '\0') {
-                               fprintf(stderr, "%s line %d: missing yes/without-password/no argument.\n",
-                                       filename, linenum);
+                               fprintf(stderr, "%s line %d: missing yes/"
+                                   "without-password/forced-commands-only/no "
+                                   "argument.\n", filename, linenum);
                                exit(1);
                        }
                        if (strcmp(arg, "without-password") == 0)
This page took 0.039424 seconds and 4 git commands to generate.