mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Resurrect client codepage coniguration samples that were in 1.9.x port.
This commit is contained in:
parent
44529d7154
commit
451e3f5acb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26726
3 changed files with 99 additions and 0 deletions
|
@ -136,6 +136,39 @@
|
||||||
# this has been changed in version 1.9.18 to no.
|
# this has been changed in version 1.9.18 to no.
|
||||||
dns proxy = no
|
dns proxy = no
|
||||||
|
|
||||||
|
# Client codepage settings
|
||||||
|
|
||||||
|
# for Greek users
|
||||||
|
; client code page=737
|
||||||
|
|
||||||
|
# for European users (Latin 1)
|
||||||
|
; client code page=850
|
||||||
|
|
||||||
|
# for European users (Latin 2)
|
||||||
|
; client code page=852
|
||||||
|
|
||||||
|
# for Icelandic users
|
||||||
|
; client code page=861
|
||||||
|
|
||||||
|
# for Cyrillic users
|
||||||
|
; client code page=866
|
||||||
|
|
||||||
|
# for Japanese Users
|
||||||
|
; client code page=932
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Simplified Chinese Users
|
||||||
|
; client code page=936
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Korean Users
|
||||||
|
; client code page=949
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Traditional Chinese Users
|
||||||
|
; client code page=950
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
#============================ Share Definitions ==============================
|
#============================ Share Definitions ==============================
|
||||||
[homes]
|
[homes]
|
||||||
comment = Home Directories
|
comment = Home Directories
|
||||||
|
|
|
@ -136,6 +136,39 @@
|
||||||
# this has been changed in version 1.9.18 to no.
|
# this has been changed in version 1.9.18 to no.
|
||||||
dns proxy = no
|
dns proxy = no
|
||||||
|
|
||||||
|
# Client codepage settings
|
||||||
|
|
||||||
|
# for Greek users
|
||||||
|
; client code page=737
|
||||||
|
|
||||||
|
# for European users (Latin 1)
|
||||||
|
; client code page=850
|
||||||
|
|
||||||
|
# for European users (Latin 2)
|
||||||
|
; client code page=852
|
||||||
|
|
||||||
|
# for Icelandic users
|
||||||
|
; client code page=861
|
||||||
|
|
||||||
|
# for Cyrillic users
|
||||||
|
; client code page=866
|
||||||
|
|
||||||
|
# for Japanese Users
|
||||||
|
; client code page=932
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Simplified Chinese Users
|
||||||
|
; client code page=936
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Korean Users
|
||||||
|
; client code page=949
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Traditional Chinese Users
|
||||||
|
; client code page=950
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
#============================ Share Definitions ==============================
|
#============================ Share Definitions ==============================
|
||||||
[homes]
|
[homes]
|
||||||
comment = Home Directories
|
comment = Home Directories
|
||||||
|
|
|
@ -136,6 +136,39 @@
|
||||||
# this has been changed in version 1.9.18 to no.
|
# this has been changed in version 1.9.18 to no.
|
||||||
dns proxy = no
|
dns proxy = no
|
||||||
|
|
||||||
|
# Client codepage settings
|
||||||
|
|
||||||
|
# for Greek users
|
||||||
|
; client code page=737
|
||||||
|
|
||||||
|
# for European users (Latin 1)
|
||||||
|
; client code page=850
|
||||||
|
|
||||||
|
# for European users (Latin 2)
|
||||||
|
; client code page=852
|
||||||
|
|
||||||
|
# for Icelandic users
|
||||||
|
; client code page=861
|
||||||
|
|
||||||
|
# for Cyrillic users
|
||||||
|
; client code page=866
|
||||||
|
|
||||||
|
# for Japanese Users
|
||||||
|
; client code page=932
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Simplified Chinese Users
|
||||||
|
; client code page=936
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Korean Users
|
||||||
|
; client code page=949
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
|
# for Traditional Chinese Users
|
||||||
|
; client code page=950
|
||||||
|
; coding system=cap
|
||||||
|
|
||||||
#============================ Share Definitions ==============================
|
#============================ Share Definitions ==============================
|
||||||
[homes]
|
[homes]
|
||||||
comment = Home Directories
|
comment = Home Directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue