]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
add missing long option for -r in mountd
authorJeff Layton <jlayton@redhat.com>
Tue, 19 Dec 2006 16:59:07 +0000 (11:59 -0500)
committerNeil Brown <neilb@suse.de>
Tue, 19 Dec 2006 19:30:19 +0000 (06:30 +1100)
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 <jlayton@redhat.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mountd/mountd.c

index ee6afe6167bd18fa1260c7fe7757208c1d897136..08f294d95ac71488d2ec2b71ecb1db43670d8559 100644 (file)
@@ -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 }
 };