22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
*#ident "$Revision: 1.5 $"
|
|
*
|
|
* postwait - Post and Wait driver for Oracle
|
|
*
|
|
*FLAG PREFIX SOFT #DEV DEPENDENCIES
|
|
sc pw 206 -
|
|
pwexit(){false}
|
|
pwsysmips(){nopkg}
|
|
postwait_installed(){false}
|
|
postwait_getparams(){nopkg}
|
|
$$$
|
|
|
|
/* configure one entry per Oracle process */
|
|
#define PW_MAXINST 4
|
|
#define PW_MAXENT 512
|
|
#define PW_TIMER 2
|
|
|
|
int pw_maxinst = PW_MAXINST;
|
|
int pw_maxent = PW_MAXENT;
|
|
int pw_timer = PW_TIMER;
|
|
|