From 5df142bb068c3a5df92d783fba236c1ad03a3316 Mon Sep 17 00:00:00 2001 From: Stefan Berggren Date: Thu, 4 Oct 2018 20:58:31 +0200 Subject: [PATCH] Fix rcs locks --- make-user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-user b/make-user index 92f4fa1..d6628a8 100755 --- a/make-user +++ b/make-user @@ -74,10 +74,10 @@ else PASSWD_UID=$(next_passwd_uid) log "Add $1 ($2) to master.passwd with UID $PASSWD_UID" [ -z $PASSWD_UID ] && abort "No free UID found" - co -u master.passwd + co -l master.passwd echo "$1:*:$PASSWD_UID:30::0:0:$2:/afs/stacken.kth.se/home/$1:/bin/bash" \ >> master.passwd - ci -l -m "Added user $1 ($2) with $0" master.passwd + ci -u -m "Added user $1 ($2) with $0" master.passwd log "Build database" make fi