source: freewrt/package/samba/Config.in@ ce03677

freewrt_1_0 freewrt_2_0
Last change on this file since ce03677 was 778d09d, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

update to samba 2.2, which solves some problems I had with the very
old version. creating and deleting files and directories with whitespaces
is possible now.

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1017 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.0 KB
Line 
1#menu "samba............................. A NetBIOS/SMB implementation"
2
3config FWRT_COMPILE_SAMBA
4 tristate
5 default n
6 depends FWRT_PACKAGE_SAMBA || FWRT_PACKAGE_SAMBA_CLIENT || FWRT_PACKAGE_SMBFS
7
8config FWRT_PACKAGE_SAMBA
9 prompt "samba............................. NetBIOS/SMB file and print server"
10 tristate
11 default n
12 select FWRT_COMPILE_SAMBA
13 select FWRT_PACKAGE_LIBGCC
14 help
15 The Samba software suite is a collection of programs that implements the
16 SMB protocol for unix systems, allowing you to serve files and printers to
17 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
18 to as the LanManager or Netbios protocol.
19
20 http://www.samba.org/
21
22 This package contains the SMB file and print server daemons.
23
24config FWRT_SAMBA_CODEPAGE
25 string "codepage"
26 default "ISO8859-1"
27 depends on FWRT_PACKAGE_SAMBA
28 help
29 which codepage should be added to package
30
31config FWRT_PACKAGE_SAMBA_CLIENT
32 prompt "samba-client...................... NetBIOS/SMB simple client"
33 tristate
34 default n
35 select FWRT_COMPILE_SAMBA
36 select FWRT_PACKAGE_LIBGCC
37 help
38 The Samba software suite is a collection of programs that implements the
39 SMB protocol for unix systems, allowing you to serve files and printers to
40 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
41 to as the LanManager or Netbios protocol.
42
43 http://www.samba.org/
44
45 This package contains a simple command-line SMB client.
46
47config FWRT_PACKAGE_SAMBA_PASSWD
48 prompt "samba-passwd...................... samba password utility"
49 tristate
50 default n
51 select FWRT_COMPILE_SAMBA
52 select FWRT_PACKAGE_LIBGCC
53 help
54 The Samba software suite is a collection of programs that implements the
55 SMB protocol for unix systems, allowing you to serve files and printers to
56 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
57 to as the LanManager or Netbios protocol.
58
59 http://www.samba.org/
60
61 This package contains a the samba password utility.
62
63#endmenu
Note: See TracBrowser for help on using the repository browser.