exception handling script copy

This commit is contained in:
Dennis Trinks
2012-06-21 15:55:25 +02:00
parent fd3ccc5c4f
commit e133ffd77c
10 changed files with 361 additions and 119 deletions

2
OPSI/changelog.txt Normal file
View File

@@ -0,0 +1,2 @@
Don't add cahngelog entries here!
It get autogenerated by the opsi-builder.sh

40
OPSI/control Normal file
View File

@@ -0,0 +1,40 @@
[Package]
version: RELEASE
depends:
incremental: False
[Product]
type: localboot
id: windows.2nd-ip
name: windows.2nd-ip
description: Set second IP-adress and netmask for sharing local printer
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[ProductProperty]
type: unicode
name: local-addr2.ip
multivalue: False
editable: True
description: Adds 2nd IP-address on primary ethernet adapter
values: [""]
default: [""]
[ProductProperty]
type: unicode
name: local-addr2.netmask
multivalue: False
editable: True
description: 'Adds netmask for 2nd IP-address on primary ethernet adapter
values: [""]
default: [""]

9
OPSI/postinst Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# postinst script for softprod
# This script executes after unpacking files from that archive and registering the product at the server.
#
# The following environment variables can be used to obtain information about the current installation:
# PRODUCT_ID: id of the current product
# CLIENT_DATA_DIR: directory which contains the installed client data
#

9
OPSI/preinst Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# preinst script for softprod
# This script executes before that package will be unpacked from its archive file.
#
# The following environment variables can be used to obtain information about the current installation:
# PRODUCT_ID: id of the current product
# CLIENT_DATA_DIR: directory where client data will be installed
#