mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
test-suite-frontend-mkdir-afs-20020117
mkdir /afs in case
This commit is contained in:
parent
d0473533e7
commit
8597c3e16c
@ -142,6 +142,7 @@ $cachesize = $rl->readline("What size cache (in 1k blocks)? ") unless $cachesize
|
||||
die "Please specify a cache size\n" unless $cachesize;
|
||||
|
||||
mkdir "/usr/vice/cache", 0700;
|
||||
mkdir "/afs", 0777;
|
||||
|
||||
run("echo /afs:/usr/vice/cache:${cachesize} >$openafsdirpath->{'viceetcdir'}/cacheinfo");
|
||||
run("$openafsinitcmd->{'client-forcestart'}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user