1. Obtain the set of patches you want to install in your depot.
每个patch都可以从itrc.hp.com上下载。需要注册,不过是免费的。每个patch都有note说明他的fix,和属性。
2. Unshar the patches:
# for i in PH*
do
sh $i
done
NOTE: If you want to unshar one patch without using this script, you can
use the sh(1) command to do so:
sh PHxx_A
sh PHxx_B
sh PHxx_C
3. Combine all the separate .depot files into one depot. To do this, use the
swcopy(1M) command. First, create the directory to store the patches:
# mkdir /tmp/patch_depot
4. Now take the patch .depot files and copy them into the target depot:
# for i in PH*depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/$i \*
@ /tmp/patch_depot
done
NOTE: To copy patches individually, use the following syntax:
swcopy -v -s /tmp/patches/PHxx_A.depot PHxx_A @ /tmp/patch_depot
swcopy -v -s /tmp/patches/PHxx_B.depot PHxx_B @ /tmp/patch_depot
swcopy -v -s /tmp/patches/PHxx_C.depot PHxx_C @ /tmp/patch_depot
5. Verify the contents of the depot:
# swlist -d @ /tmp/patch_depot
Assuming the above example list of patches, you would see the following:
# Initializing... # Contacting target "interop1"... # # Target:
interop1:/var/opt/ignite/Patches #
#
# No Bundle(s) on interop1:/var/opt/ignite/Patches
# Product(s):
#
。。。。。。。。。
。。。。。。。
会列出你bundle进去的patch列表。
In the above output, swlist(1M) states that the depot has "No Bundles".
HP-UX Patches are SD "products".
6. You can now use swinstall(1M) to install these patches in one hit.
Run interactively, and select the patches you want.
# swinstall -s /tmp/patch_depot
NOTE: If you need to copy the depot to a tape use the following command:
swpackage -s /tmp/patch_depot -x target_type=tape -d /dev/rmt/0m "*"
:em02:
转载
真实赛车3画质需要进入根目录修改
1、先找到真实赛车3的根目录
2、进入files
3、进入apk
4、进入res文件夹
5、进入eds
6、找到eds文件夹中的SimRigTV.plist
7、复制SimRigTV.plist,返回files文件夹,在设定中设为显示隐藏档案,找到.depot文件夹
8、进入后新建一个文件夹,命名为eds
9、将SimRigTV.plist放入eds文件夹,改名为AndroidHigh.plist
修改完成
注意事项:
1、找到根目录
2、若修改成功则加载游戏时背景为纯黑色,竞赛者名单背景是纯黑能盖住后面的保时捷的话就代表修改成功了
rpm -Uvh ******.rpmwllgnxl99(站内联系TA)您说的是hp-unix系统吗?bay__gulf(站内联系TA)说的红帽系列,如红帽,红旗,suse等。hpunix没有用过。make 是gcc 包中的一个软件,安装了gcc 就有make了madonion(站内联系TA)hp ux就玩过一会别人的,...欢迎分享,转载请注明来源:内存溢出
评论列表(0条)