]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pw_conf.c
Perform a major cleanup of the usr.sbin Makefiles.
[pw-darwin.git] / pw / pw_conf.c
index dc1bd610f544b29fcf045d5097dd70b722f3194a..058009196c987edc9d1f2166b261e724834be0bf 100644 (file)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: pw_conf.c,v 1.7 1997/10/10 06:23:36 charnier Exp $";
+  "$FreeBSD$";
 #endif /* not lint */
 
 #include <string.h>
@@ -67,7 +67,8 @@ static char     bourne_shell[] = "sh";
 static char    *system_shells[_UC_MAXSHELLS] =
 {
        bourne_shell,
-       "csh"
+       "csh",
+       "tcsh"
 };
 
 static char const *booltrue[] =
@@ -98,7 +99,8 @@ static struct userconf config =
        1000, 32000,            /* Allowed range of uids */
        1000, 32000,            /* Allowed range of gids */
        0,                      /* Days until account expires */
-       0                       /* Days until password expires */
+       0,                      /* Days until password expires */
+       0                       /* size of default_group array */
 };
 
 static char const *comments[_UC_FIELDS] =
@@ -113,7 +115,7 @@ static char const *comments[_UC_FIELDS] =
        "\n# Log add/change/remove information in this file\n",
        "\n# Root directory in which $HOME directory is created\n",
        "\n# Colon separated list of directories containing valid shells\n",
-       "\n# Space separated list of available shells (without paths)\n",
+       "\n# Comma separated list of available shells (without paths)\n",
        "\n# Default shell (without path)\n",
        "\n# Default group (leave blank for new group per user)\n",
        "\n# Extra groups for new users\n",