ctdluid is now specified on the command line with the new -u option. Config file...
[citadel.git] / citadel / utils / setup.c
index eec27947fe5e7e5338c3d3ca8d67919540d382a6..afb4bb56658b87e95c1484a906736f34a7d50488 100644 (file)
@@ -1312,7 +1312,6 @@ int main(int argc, char *argv[])
 
        activity = _("Setting file permissions");
        progress(activity, 0, 2);
-       //chown(file_citadel_config, config.c_ctdluid, gid);
        progress(activity, 1, 2);
        chmod(file_citadel_config, S_IRUSR | S_IWUSR);
        progress(activity, 2, 2);