From ae2071962afb3591c81e10f855fa3549d5d0c5f0 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 3 Jan 1999 01:11:08 +0000 Subject: [PATCH] No locking documented. --- sync-accounts/sync-accounts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-accounts/sync-accounts b/sync-accounts/sync-accounts index 5bd7a39..583731c 100755 --- a/sync-accounts/sync-accounts +++ b/sync-accounts/sync-accounts @@ -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] [ ...] # options: # -n do not really do anything @@ -16,7 +16,7 @@ # lockgroup # 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 # Append log messages to instead of stdout. -- 2.30.2