Module Name: src
Committed By: apb
Date: Wed Nov 12 19:41:24 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Fix tab/space inconsistency in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.182 src/usr.sbin/postinstall/postinstall:1.183
--- src/usr.sbin/postinstall/postinstall:1.182 Wed Nov 12 19:31:05 2014
+++ src/usr.sbin/postinstall/postinstall Wed Nov 12 19:41:24 2014
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.182 2014/11/12 19:31:05 apb Exp $
+# $NetBSD: postinstall,v 1.183 2014/11/12 19:41:24 apb Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -226,7 +226,7 @@ check_dir()
# check_ids op type file srcfile start id [...]
# Check if file of type "users" or "groups" contains the relevant IDs.
# Use srcfile as a reference for the expected contents.
-# The specified "id" names should be given in numerical order,
+# The specified "id" names should be given in numerical order,
# with the first name corresponding to numerical value "start",
# and with the special name "SKIP" being used to mark gaps in the
# sequence.