Custom notification
Chieu Nguyen <[email protected]> Mon, 12 May 2003 10:05:05 -0500
| Newsgroups | gmane.network.bb4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm a newbie to BB. I follow the instructions as describe in section
4.8 "Adding/modifying for a custom notification procedure", but my
script is not executing. Would someone help me please?
BTW, I perform the following tasks:
1. Wrote a script 'simplejava' and put in it ext/pg
2. Modify etc/bbwarnsetup.cfg with the following setting:
a. pagelevels: red purple
b. pagelevelsmail:
c. pagetype: EVENT
3. Modify etc/bbwarnrules.cfg:
add this line
'*;;wx;;*;*;ext-simplejava-nguyen@somewhere'
and comment out this line
#*;;*;;*;*;[email protected]
4. Restart BB
Also, here is the listing of my script:
#!/bin/sh
# just printing out the arguments via java class
java -cp /mastars/src/util UserDir "test1 test2 test3" > tmp.txt 2>&1
exit 0
I have search the mail archive lists and follow some of the suggestions.
I still can't get the script to execute.
Any help would be appreciated.
Thanks,
Chieu Nguyen
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list send e-mail to mailto:[email protected]
with unsubscribe bbd in the BODY of the message.