version 1.39, 2025/04/15 16:49:36
|
version 1.40, 2025/04/15 18:19:40
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.40 2025/04/15 18:19:40 snw |
|
* Further attempts to fix FreeBSD |
|
* |
* Revision 1.39 2025/04/15 16:49:36 snw |
* Revision 1.39 2025/04/15 16:49:36 snw |
* Make use of logprintf throughout codebase |
* Make use of logprintf throughout codebase |
* |
* |
Line 208 extern char env_config_file[4096];
|
Line 211 extern char env_config_file[4096];
|
extern char env_user[255]; |
extern char env_user[255]; |
extern char env_group[255]; |
extern char env_group[255]; |
extern char env_enabled[10]; |
extern char env_enabled[10]; |
|
extern char shm_env[255]; |
|
|
int fm_shell(void); |
int fm_shell(void); |
void fm_checkperms(void); |
void fm_checkperms(void); |
Line 395 int main (int argc, char **argv)
|
Line 399 int main (int argc, char **argv)
|
printf ("action = '%s' object = '%s' environment = '%s' namespace = '%s' config_file = '%s' base_arg = '%d' next argument = '%s'\n", action, obj_str, fma_environment, fma_namespace, config_file, base_arg, argv[base_arg]); |
printf ("action = '%s' object = '%s' environment = '%s' namespace = '%s' config_file = '%s' base_arg = '%d' next argument = '%s'\n", action, obj_str, fma_environment, fma_namespace, config_file, base_arg, argv[base_arg]); |
exit(1); |
exit(1); |
*/ |
*/ |
|
strncpy (shm_env, fma_environment, sizeof (shm_env) - 1); |
init_log (); |
init_log (); |
|
|
/* override for fmadm configure and daemon stuff */ |
/* override for fmadm configure and daemon stuff */ |