2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
|
}
argv0 = argv[0];
argc--;
argv++;
/*
* Set global variables, these should be configuration options.
*/
appfs_cachedir = APPFS_CACHEDIR;
/*
* Set global variable for "boot time" to set a time on directories
|
>
>
>
>
>
|
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
|
}
argv0 = argv[0];
argc--;
argv++;
/*
* Set appropriate umask
*/
umask(022);
/*
* Set global variables, these should be configuration options.
*/
appfs_cachedir = APPFS_CACHEDIR;
/*
* Set global variable for "boot time" to set a time on directories
|