Fixed mbuser killing new users

This commit is contained in:
Michiel Broek
2002-02-19 20:51:05 +00:00
parent ca54df4fb2
commit c5f1e966e6
3 changed files with 17 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ int unpack(char *fn)
} else {
sync();
sleep(1);
Syslog('!', "Warning: unpack %s failed, trying again after sync()");
Syslog('!', "Warning: unpack %s failed, trying again after sync()", fn);
if ((rc = execute(cmd,fn,(char *)NULL,(char*)"/dev/null",(char*)"/dev/null",(char*)"/dev/null")) == 0) {
unlink(fn);
} else {