1ab2ba8e66
* Use NetBSD's getpass() function instead of the homegrown one, as the homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
13 lines
515 B
Text
13 lines
515 B
Text
$NetBSD: patch-ad,v 1.1 2001/06/07 15:36:52 jlam Exp $
|
|
|
|
--- make_with_bad_rpcgen.orig Mon Dec 25 00:09:40 1995
|
|
+++ make_with_bad_rpcgen Thu Jun 7 07:41:36 2001
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
# this will make CFS for linux (and other) systems with the
|
|
# wrong version of rpcgen
|
|
-make CC="cc -traditional -Dd_fileno=d_ino \
|
|
+${MAKE} CFS_CFLAGS=" \
|
|
-Dnfsproc_null_2_svc=nfsproc_null_2 \
|
|
-Dnfsproc_getattr_2_svc=nfsproc_getattr_2 \
|
|
-Dnfsproc_setattr_2_svc=nfsproc_setattr_2 \
|