+1999-11-24 Chip Salzenberg <chip@valinux.com>
+
+ * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks to
+ the new port 24 as well as the historical port 100021.
+
Tue Nov 23 10:21:34 EST 1999 Neil Brown <neilb@cse.unsw.edu.au>
+
* etc/redhat/nfsd.init (stop) : moved exportfs -ua after stopping
nfsd to stop spurious ESTALE on server shutdown.
my_name = "127.0.0.1";
/* 2. Reject any registrations for non-lockd services.
+ *
* This is specific to the linux kernel lockd, which
* makes the callback procedure part of the lockd interface.
+ * It is also prone to break when lockd changes its callback
+ * procedure number. XXX FIXME
*/
- if (id->my_proc != 100021) {
+ if (id->my_proc != 100021 && id->my_proc != 24) {
log(L_WARNING,
"Attempt to register callback to service %d",
id->my_proc);