summaryrefslogtreecommitdiff
path: root/usr.sbin/adduser/adduser.perl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-09-22 10:59:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-09-22 10:59:24 +0000
commit704bd374a4f7f158e34821a677047b69879610c3 (patch)
tree0337e5a1fba840c0af1c1c9fe72606bbf8e7a50e /usr.sbin/adduser/adduser.perl
parent8e42750264d410a3c046c5e41252f897baf87236 (diff)
purge the rcsid
Diffstat (limited to 'usr.sbin/adduser/adduser.perl')
-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.