From 91f34482ca182b474992ae5c488e1c4099b921ed Mon Sep 17 00:00:00 2001 From: schweikh Date: Sun, 6 Jun 2004 11:46:29 +0000 Subject: Removed whitespace at BOF, EOL & EOF. --- etc/login.access | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/login.access') diff --git a/etc/login.access b/etc/login.access index 8d20467..ffe5fff 100644 --- a/etc/login.access +++ b/etc/login.access @@ -1,18 +1,18 @@ # $FreeBSD$ # # Login access control table. -# +# # When someone logs in, the table is scanned for the first entry that # matches the (user, host) combination, or, in case of non-networked # logins, the first entry that matches the (user, tty) combination. The -# permissions field of that table entry determines whether the login will +# permissions field of that table entry determines whether the login will # be accepted or refused. -# +# # Format of the login access control table is three fields separated by a # ":" character: -# +# # permission : users : origins -# +# # The first field should be a "+" (access granted) or "-" (access denied) # character. The second field should be a list of one or more login names, # group names, or ALL (always matches). The third field should be a list @@ -29,7 +29,7 @@ # listed: the program does not look at a user's primary group id value. # ############################################################################## -# +# # Disallow console logins to all but a few accounts. # #-:ALL EXCEPT wheel shutdown sync:console -- cgit v1.1