summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-09-22 10:59:23 +0000
committerderaadt <deraadt@openbsd.org>2011-09-22 10:59:23 +0000
commit6a3e82ef807ede79daf8bdc3a5c3d96e87c27a19 (patch)
tree44981293d5621b18b221fd54a6f668b0a45a658e /usr.sbin/adduser
parentRemove the rcsid which were intentionally skipped in the "purge of 2009" (diff)
downloadwireguard-openbsd-6a3e82ef807ede79daf8bdc3a5c3d96e87c27a19.tar.xz
wireguard-openbsd-6a3e82ef807ede79daf8bdc3a5c3d96e87c27a19.zip
purge the rcsid
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 2ba20c6a045..15155c797c4 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.57 2011/05/12 13:56:23 lum Exp $
+# $OpenBSD: adduser.perl,v 1.58 2011/09/22 10:59:23 deraadt Exp $
#
# Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -90,7 +90,6 @@ sub variables {
$etc_login_conf = "/etc/login.conf";
@pwd_mkdb = ("pwd_mkdb", "-p"); # program for building passwd database
$encryptionmethod = "auto";
- $rcsid = '$OpenBSD: adduser.perl,v 1.57 2011/05/12 13:56:23 lum Exp $';
# List of directories where shells located
@path = ('/bin', '/usr/bin', '/usr/local/bin');
@@ -1574,7 +1573,6 @@ sub config_write {
print C <<EOF;
#
-# $rcsid
# $config - automatic generated by adduser(8)
#
# Note: adduser reads *and* writes this file.