nsswitch-config.exp
来自「samba-3.0.22.tar.gz 编译smb服务器的源码」· EXP 代码 · 共 22 行
EXP
22 行
## Load environment variables#global toolif { [file exists "deja-$tool.tcl"] } { source "deja-$tool.tcl"}# Required optionsif { ![info exists WORKGROUP] } { error "\$WORKGROUP not set in config file"}if { ![info exists PDC] } { error "\$PDC not set in config file"}set domain $WORKGROUP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?