freebsd-upgrade

来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 35 行

TXT
35
字号
This directory contains the virgin patch source on the vendor branch.  Donot under any circumstances commit new versions onto the mainline, newversions or official-patch versions must be imported.To prepare a new patch dist for import, extract it into a fresh directoryand remove the following files (and any others that are non-FreeBSDspecific):memchr.cmkinstalldirspc/*rename.cThe only other change that was made to the original tarball was torename patch.man to patch.1.patch has RCS Id, Name and Header tags. It needs to be imported with -ko.It is imported from it's top level directory something like this:  cvs -n import -ko src/contrib/patch FSF patch_<version>The -n option is "don't do anything" so you can see what is about to happenfirst.  Remove it when it looks ok.The initial import was done with:  cvs import -ko src/contrib/patch FSF patch_2_4When new versions are imported, cvs will give instructions on how to mergethe local and vendor changes when/if conflicts arise..steve@freebsd.org - 29 June 1997Current local changes:  - Make patch(1) compile -Wall clean.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?