Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John P. Willis
freem
Commits
47dd9c3d
Commit
47dd9c3d
authored
Mar 11, 2022
by
John P. Willis
Browse files
further work on fmadm
parent
c7e66129
Pipeline
#734
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/fmadm.c
src/fmadm.c
+5
-1
No files found.
src/fmadm.c
View file @
47dd9c3d
...
...
@@ -86,6 +86,7 @@ extern int read_history ();
#include "locktab.h"
/* namespace configuration */
char
fma_environment
[
STRLEN
];
char
fma_namespace
[
STRLEN
];
char
fma_locktab
[
STRLEN
];
char
fma_zallotab
[
STRLEN
];
...
...
@@ -120,7 +121,10 @@ int main (int argc, char **argv)
int
i
=
0
;
int
j
=
1
;
snprintf
(
config_file
,
4096
,
"%s/freem.conf"
,
SYSCONFDIR
);
printf
(
"argv[1] = %s
\n
"
,
argv
[
1
]);
snprintf
(
fma_environment
,
4096
,
"DEFAULT"
);
snprintf
(
config_file
,
4096
,
"%s/freem/%s/freem.conf"
,
SYSCONFDIR
,
fma_environment
);
pid
=
getpid
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment