From: Jeff Layton Date: Tue, 19 Dec 2006 16:59:07 +0000 (-0500) Subject: add missing long option for -r in mountd X-Git-Tag: nfs-utils-1-0-11~33 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=95b414a6038d1d4efb1b1ec90c2da17def7064b2 add missing long option for -r in mountd I forgot a bit of code that needs to go into patch 3 that I posted yesterday. This adds a long option for the -r option. I'll post manpage update patches once I get them written up. Signed-off-by: Jeff Layton Signed-off-by: Neil Brown --- diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index ee6afe6..08f294d 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -67,6 +67,7 @@ static struct option longopts[] = { "ha-callout", 1, 0, 'H' }, { "state-directory-path", 1, 0, 's' }, { "num-threads", 1, 0, 't' }, + { "reverse-lookup", 0, 0, 'r' }, { NULL, 0, 0, 0 } };