summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-03-11 04:42:25 +0000
committerdavid <david@openbsd.org>2003-03-11 04:42:25 +0000
commited5470ab2a48a47ac90d5a1a29c6d3189451b8da (patch)
tree69d844ab9cc3fcfbb3e2b00d6e26e1f84ffa86eb /usr.sbin/adduser
parentnew sentence, new line (diff)
downloadwireguard-openbsd-ed5470ab2a48a47ac90d5a1a29c6d3189451b8da.tar.xz
wireguard-openbsd-ed5470ab2a48a47ac90d5a1a29c6d3189451b8da.zip
spelling
ok millert@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 805ca59967a..5ca88eb5464 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $OpenBSD: adduser.perl,v 1.39 2002/07/10 19:57:31 millert Exp $
+# $OpenBSD: adduser.perl,v 1.40 2003/03/11 04:45:54 david Exp $
#
# Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -71,7 +71,7 @@ exit(!&batch(@batch)) if $#batch >= 0; # batch mode
# Set adduser "default" variables internally before groking config file
-# Adduser.conf supercedes these
+# Adduser.conf supersedes these
sub variables {
$verbose = 1; # verbose = [0-2]
$defaultpasswd = "yes"; # use password for new users
@@ -89,7 +89,7 @@ sub variables {
$group = "/etc/group";
$pwd_mkdb = "pwd_mkdb -p"; # program for building passwd database
$encryptionmethod = "blowfish";
- $rcsid = '$OpenBSD: adduser.perl,v 1.39 2002/07/10 19:57:31 millert Exp $';
+ $rcsid = '$OpenBSD: adduser.perl,v 1.40 2003/03/11 04:45:54 david Exp $';
# List of directories where shells located
@path = ('/bin', '/usr/bin', '/usr/local/bin');