summaryrefslogtreecommitdiffstats
path: root/libexec/security
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2011-04-17 13:26:07 +0000
committerschwarze <schwarze@openbsd.org>2011-04-17 13:26:07 +0000
commit84c83f4a4c2760239152e2b075ee98a58be4e9f2 (patch)
tree08faebf885c1c4573099857c8162cf85d4b607b7 /libexec/security
parentremove unused IMSG_ defines (diff)
downloadwireguard-openbsd-84c83f4a4c2760239152e2b075ee98a58be4e9f2.tar.xz
wireguard-openbsd-84c83f4a4c2760239152e2b075ee98a58be4e9f2.zip
remove a bogus blank line; from Andrew Fresh
Diffstat (limited to 'libexec/security')
-rw-r--r--libexec/security/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/security/security b/libexec/security/security
index 82ee372d35e..0699795aedb 100644
--- a/libexec/security/security
+++ b/libexec/security/security
@@ -1,6 +1,6 @@
#!/usr/bin/perl -T
-# $OpenBSD: security,v 1.9 2011/04/17 10:48:01 schwarze Exp $
+# $OpenBSD: security,v 1.10 2011/04/17 13:26:07 schwarze Exp $
#
# Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
# Copyright (c) 2011 Andrew Fresh <andrew@afresh1.com>
@@ -60,7 +60,7 @@ sub check_access_file {
or nag $mode & (S_IRUSR | S_IRGRP | S_IROTH) && ! -O $filename,
"Login $login is off but still has a valid shell " .
"and alternate access files in\n" .
- "\t home directory are still readable.\n";
+ "\t home directory are still readable.";
}
sub check_passwd {