X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.c;h=89c2ec7ba04e5f779ef87c56863b1dd3d919b622;hb=490c02ce72b7fa7cedecf7acaae46713fff507da;hp=ef7134162a649d4861dbf9201043ec9d28941f20;hpb=2e969db9d32b8fba8a22125fe5b66323b6d1f71e;p=onak.git diff --git a/onak.c b/onak.c index ef71341..89c2ec7 100644 --- a/onak.c +++ b/onak.c @@ -15,8 +15,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -318,6 +317,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 &&