chiark / gitweb /
No locking documented.
[chiark-utils.git] / sync-accounts / sync-accounts
index 5bd7a39d43386c4e89946e0df187d1ce37f439f8..583731cd39ffcac286b8a7e5d1e84e8581c41b90 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: sync-accounts,v 1.5 1999-01-03 00:53:07 ian Exp $
+# $Id: sync-accounts,v 1.6 1999-01-03 01:11:08 ian Exp $
 # usage: sync-accounts [-n] [-C<config-file>] [<host> ...]
 # options:
 #   -n     do not really do anything
@@ -16,7 +16,7 @@
 #  lockgroup <suffix/filename>
 #      Specifies the lockfile suffix or pathname to use when editing
 #      the passwd and group files.  The value is a suffix if it does
-#      not start with `/'.
+#      not start with `/'.  If set to /dev/null no locking is done.
 #
 #  logfile <filename>
 #      Append log messages to <filename> instead of stdout.