Dynamic Reconfiguration User's Guide 2.5.1
|
Contents

|
3.4.8 How to create packages
Please follow the method below to create packages with connection scripts.
- Install connection scripts by prototype file
Please use this method normally. The directories listed in a prototype file might not exist due to the package installation order and the machine type. Please add the following directories into the prototype file for connection scripts.
d none /etc ? ? ?
d none /etc/opt ? ? ?
d none /etc/opt/FJSVdr 0755 root bin
d none /etc/opt/FJSVdr/dr.d 0755 root bin
d none /etc/opt/FJSVdr/rc.checkadd 0755 root bin
d none /etc/opt/FJSVdr/rc.preadd 0755 root bin
d none /etc/opt/FJSVdr/rc.postadd 0755 root bin
d none /etc/opt/FJSVdr/rc.canceladd 0755 root bin
d none /etc/opt/FJSVdr/rc.checkremove 0755 root bin
d none /etc/opt/FJSVdr/rc.preremove 0755 root bin
d none /etc/opt/FJSVdr/rc.postremove 0755 root bin
d none /etc/opt/FJSVdr/rc.cancelremove 0755 root bin
d none /etc/opt/FJSVdr/message 0755 root bin
d none /etc/opt/FJSVdr/query 0755 root bin
d none /etc/opt/FJSVdr/reply 0755 root bin
d none /etc/opt/FJSVdr/message/C 0755 root bin
d none /etc/opt/FJSVdr/query/C 0755 root bin
d none /etc/opt/FJSVdr/reply/C 0755 root bin
Unnecessary entries can be omitted from the file.
- Copy connection scripts by installation scripts such as postinstall
If the connection scripts should be modified according to the environment, please use this method. However please pay attention that the directories listed in a prototype file might not exist due to the package installation order and the machine type.
To install connection scripts into the directories that don't exist, please use method 1 to create directory too.
All Rights Reserved, Copyright (C) FUJITSU LIMITED 2005