]> the.earth.li Git - onak.git/blobdiff - onak.c
Add "dumpconfig" command to onak to aide configuration file migration
[onak.git] / onak.c
diff --git a/onak.c b/onak.c
index ef7134162a649d4861dbf9201043ec9d28941f20..17625baf59eed00909e2d39849e1f3aa20d50ebd 100644 (file)
--- a/onak.c
+++ b/onak.c
@@ -318,6 +318,13 @@ int main(int argc, char *argv[])
                        free_publickey(keys);
                        keys = NULL;
                }
+       } else if (!strcmp("dumpconfig", argv[optind])) {
+               if ((argc - optind) == 2) {
+                       writeconfig(argv[optind + 1]);
+               } else {
+                       /* Dump config to stdout */
+                       writeconfig(NULL);
+               }
        } else if ((argc - optind) == 2) {
                search = argv[optind+1];
                if (search != NULL && strlen(search) == 42 &&