📄 functions
字号:
# ----------------------------------------------------------------------------## Solaris functions## $Id: functions,v 1.1 2004/01/01 18:26:10 assman Exp $## $Log: functions,v $# Revision 1.1 2004/01/01 18:26:10 assman# Upgraded version## Revision 1.1.1.1 2001/10/26 09:36:09 assman# Added support for new platforms: FreeBSD, Solaris, IRIX. Now some options# can be selected from the Makefile script: DEBUG on/off, install path,# install permissions, etc. The perl scripts have been rewritten so they# support platform-specific code, so port Jail to another platform should# be an easy task.### ----------------------------------------------------------------------------undef &add_required_files;*add_required_files = \&add_required_files_solaris;sub add_required_files_solaris { local (@filedep, @devicedep) = @_; push(@filedep,"/usr/lib/ld.so.1"); return(\@filedep, \@devicedep);}1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -