summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-11-21 22:13:20 +0000
committermillert <millert@openbsd.org>2002-11-21 22:13:20 +0000
commitd0694f975bbbc50d57c7a06285207f9f2a0a9983 (patch)
tree4363e62772687ead3723be67c4996e2ffe4d715e /usr.sbin/pwd_mkdb
parenttokenadm -> _token (diff)
downloadwireguard-openbsd-d0694f975bbbc50d57c7a06285207f9f2a0a9983.tar.xz
wireguard-openbsd-d0694f975bbbc50d57c7a06285207f9f2a0a9983.zip
Rename shadow group to _shadow
This means the instructions in the previous commit are now wrong (replace shadow with _shadow and all will be well).
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c
index 728ad2505ec..39db87373d5 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.c
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd_mkdb.c,v 1.31 2002/11/21 21:25:19 millert Exp $ */
+/* $OpenBSD: pwd_mkdb.c,v 1.32 2002/11/21 22:13:20 millert Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -45,7 +45,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "from: @(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: pwd_mkdb.c,v 1.31 2002/11/21 21:25:19 millert Exp $";
+static char *rcsid = "$OpenBSD: pwd_mkdb.c,v 1.32 2002/11/21 22:13:20 millert Exp $";
#endif
#endif /* not lint */
@@ -75,7 +75,7 @@ static char *rcsid = "$OpenBSD: pwd_mkdb.c,v 1.31 2002/11/21 21:25:19 millert Ex
#define FILE_INSECURE 0x02
#define FILE_ORIG 0x04
-#define SHADOW_GROUP "shadow"
+#define SHADOW_GROUP "_shadow"
HASHINFO openinfo = {
4096, /* bsize */