From 95b414a6038d1d4efb1b1ec90c2da17def7064b2 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 19 Dec 2006 11:59:07 -0500 Subject: [PATCH] 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 --- utils/mountd/mountd.c | 1 + 1 file changed, 1 insertion(+) 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 } }; -- 2.39.2