]> andersk Git - moira.git/commitdiff
Chown the "www" directory to root (don't want it owned by sms)
authorprobe <probe>
Mon, 14 Nov 1994 13:19:21 +0000 (13:19 +0000)
committerprobe <probe>
Mon, 14 Nov 1994 13:19:21 +0000 (13:19 +0000)
incremental/afs_create.pl

index 807d2b93eb7d0c9f3871603132af7e0a573218ae..59e0cfed6bc88575355ae7e2a2f3287d4a3f5b32 100644 (file)
@@ -139,7 +139,9 @@ sub athena_proc
     }
 
     if ($type eq "ORG") {
-       mkdir("$path/www",0755) || die "Unable to create subdirectories\n";
+       mkdir("$path/www",0755) &&
+           chown(0,0,"$path/www") || 
+               die "Unable to create subdirectories\n";
        system("$fs sa $path/www @acl system:anyuser rl -clear") &&
            die "Unable to set acl on www directory\n";
 
This page took 0.044688 seconds and 5 git commands to generate.