Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130032
b: refs/heads/master
c: 9d7d644
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent c848083 commit 2917f22
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 213a41d404d5ed16528df5aa0ed215adcb1e9d66
refs/heads/master: 9d7d6447ef455f4561f63bf6e8f6bef58b42a0a3
22 changes: 0 additions & 22 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -267,28 +267,6 @@ config NFS_COMMON
source "net/sunrpc/Kconfig"
source "fs/smbfs/Kconfig"
source "fs/cifs/Kconfig"

config NCP_FS
tristate "NCP file system support (to mount NetWare volumes)"
depends on IPX!=n || INET
help
NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
used by Novell NetWare clients to talk to file servers. It is to
IPX what NFS is to TCP/IP, if that helps. Saying Y here allows you
to mount NetWare file server volumes and to access them just like
any other Unix directory. For details, please read the file
<file:Documentation/filesystems/ncpfs.txt> in the kernel source and
the IPX-HOWTO from <http://www.tldp.org/docs.html#howto>.

You do not have to say Y here if you want your Linux box to act as a
file *server* for Novell NetWare clients.

General information about how to connect Linux, Windows machines and
Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>.

To compile this as a module, choose M here: the module will be called
ncpfs. Say N unless you are connected to a Novell network.

source "fs/ncpfs/Kconfig"

config CODA_FS
Expand Down
21 changes: 21 additions & 0 deletions trunk/fs/ncpfs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
#
# NCP Filesystem configuration
#
config NCP_FS
tristate "NCP file system support (to mount NetWare volumes)"
depends on IPX!=n || INET
help
NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
used by Novell NetWare clients to talk to file servers. It is to
IPX what NFS is to TCP/IP, if that helps. Saying Y here allows you
to mount NetWare file server volumes and to access them just like
any other Unix directory. For details, please read the file
<file:Documentation/filesystems/ncpfs.txt> in the kernel source and
the IPX-HOWTO from <http://www.tldp.org/docs.html#howto>.

You do not have to say Y here if you want your Linux box to act as a
file *server* for Novell NetWare clients.

General information about how to connect Linux, Windows machines and
Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>.

To compile this as a module, choose M here: the module will be called
ncpfs. Say N unless you are connected to a Novell network.

config NCPFS_PACKET_SIGNING
bool "Packet signatures"
depends on NCP_FS
Expand Down

0 comments on commit 2917f22

Please sign in to comment.