diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:51:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:51:32 +0000 |
commit | 2799b030503b124f2f1e1f19a122350ff407cbc8 (patch) | |
tree | a732bbc6ec5236760e1a1ec34a70f56e5b4ceb83 /sbin | |
parent | 882e87842d4f1b1e60aa46652b973510156ca10f (diff) |
Merge with EOM 1.52
author: angelos
Add the -R option in getopt!!!
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index 5abe7b66bc8..3fe022d365d 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isakmpd.c,v 1.23 2000/05/03 13:47:27 niklas Exp $ */ -/* $EOM: isakmpd.c,v 1.51 2000/05/03 13:22:20 ho Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.24 2000/06/08 20:51:31 niklas Exp $ */ +/* $EOM: isakmpd.c,v 1.52 2000/05/14 20:24:13 angelos Exp $ */ /* * Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -113,7 +113,7 @@ parse_args (int argc, char *argv[]) int cls, level; #endif - while ((ch = getopt (argc, argv, "c:dD:f:i:np:P:r:")) != -1) { + while ((ch = getopt (argc, argv, "c:dD:f:i:np:P:r:R:")) != -1) { switch (ch) { case 'c': conf_path = optarg; |