Subject: | Allow for user-specified UDP port for Growl message passing |
Hello, currently we are utilizing Net::Growl in our server environment where multiple users
are using Growl to pass messages over an ssh and socat based forward back to their home
machine. We have modified on our machine the Net::Growl module using the above patch to
allow for passing a udp port in the register and notify which we have found very useful.
Thanks!
--
To our success!
Mystic Coders, LLC | Code Magic | www.mysticcoders.com
ANDREW LOMBARDI | andrew@mysticcoders.com
2321 E 4th St. Ste C-128, Santa Ana CA 92705
ofc: 949-528-6480
fax: 714-782-6024
cell: 714-697-8046
linked-in: http://www.linkedin.com/in/andrewlombardi
Subject: | net-growl.patch |
26c26
< PeerPort => Net::Growl::GROWL_UDP_PORT,
---
> PeerPort => $args{port} || Net::Growl::GROWL_UDP_PORT,
40c40
< PeerPort => Net::Growl::GROWL_UDP_PORT,
---
> PeerPort => $args{port} || Net::Growl::GROWL_UDP_PORT,