[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cvs commit to boot-floppies/utilities/dbootstrap by eb



Repository: boot-floppies/utilities/dbootstrap
who:        eb
time:       Sat Jun 16 07:09:57 PDT 2001


Log Message:

fixed copyFile() so it doesn't set the umask to 0 (this might explain
why so much crap gets created mode 777 (yes still).  the bogus line
was:
       result = mkdir(destName, 0777777 ^ umask(0));

fixed totally broken fdisk symlink fixing for powerpc.


Files:

changed:    baseconfig.c util.c



Reply to: