patch-2.2.0-pre2 linux/fs/Config.in
Next file: linux/fs/buffer.c
Previous file: linux/drivers/sound/dmasound.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Dec 29 11:42:21 1998
- Orig file:
v2.2.0-pre1/linux/fs/Config.in
- Orig date:
Mon Dec 28 15:00:52 1998
diff -u --recursive --new-file v2.2.0-pre1/linux/fs/Config.in linux/fs/Config.in
@@ -56,7 +56,9 @@
if [ "$CONFIG_NFS_FS" = "y" -a "$CONFIG_IP_PNP" = "y" ]; then
bool ' Root file system on NFS' CONFIG_ROOT_NFS
fi
- tristate 'NFS server support' CONFIG_NFSD
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ tristate 'NFS server support' CONFIG_NFSD
+ fi
if [ "$CONFIG_NFSD" != "n" ]; then
bool ' Emulate SUN NFS server' CONFIG_NFSD_SUN
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov