From: Jeff Layton Date: Thu, 8 Nov 2012 20:00:04 +0000 (-0500) Subject: nfsdcltrack: add a new "one-shot" program for manipulating the client tracking db X-Git-Tag: debian/1%1.2.8-1~11^2^2~64 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=09cc3c831c8b1f27439fe09c951139bb6ec8e6c6;hp=09cc3c831c8b1f27439fe09c951139bb6ec8e6c6 nfsdcltrack: add a new "one-shot" program for manipulating the client tracking db Usermode helper upcalls are all the rage these days for infrequent upcalls, since they make it rather idiot-proof. No running daemon is required, so there's really no setup beyond ensuring that the callout exists and is runnable. This program adds a callout program to nfs-utils for that purpose. The storage engine on the backend is identical to the one used by nfsdcld. This just adds a new frontend for it. For now, building with --enable-nfsdcltrack gives you both nfsdcld and nfsdcltrack programs. A later patch will remove nfsdcld altogether. Signed-off-by: Jeff Layton Signed-off-by: Steve Dickson ---