Home
last modified time | relevance | path

Searched refs:command_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_main.c194 char *cmd, *command_file = NULL; in main() local
209 command_file = optarg; in main()
238 if (command_file != NULL) in main()
239 return (engine_source(command_file, 0)); in main()