Script updates for Mandrake

This commit is contained in:
Michiel Broek
2002-01-20 20:43:40 +00:00
parent 271d897e1c
commit dbd6db000b
3 changed files with 9 additions and 6 deletions

View File

@@ -237,7 +237,6 @@ int mkdirs(char *name, mode_t mode)
while ((q = strchr(p, '/'))) {
*q = '\0';
rc = mkdir(buf, mode);
Syslog('-', "mkdir(%s) rc=%d", buf, rc);
last = errno;
*q = '/';
p = q+1;