diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-30 13:20:05 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-30 13:20:05 +0000 |
commit | d946eb8abd37a59cf49c8379114ec954991e3830 (patch) | |
tree | ab295c750e8f427e6634b2836e93d916cb9e1a44 /net/kpopup/pkg-message | |
parent | Install gc_cpp.h and gc_allocator.h to the correct location. (diff) |
Add kpopup, KDE program for sending and receiving WinPopup messages
PR: 51549
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Diffstat (limited to 'net/kpopup/pkg-message')
-rw-r--r-- | net/kpopup/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/kpopup/pkg-message b/net/kpopup/pkg-message new file mode 100644 index 000000000000..cd3a5c5237b4 --- /dev/null +++ b/net/kpopup/pkg-message @@ -0,0 +1,5 @@ +NOTE: To be able to receive messages with KPopup, you need to change your +Samba configuration file (smb.conf): locate the [global] section in the +configuration file, and add the following line: + +message command = sh -c 'export DISPLAY:0; %%PREFIX%%/bin/kpopup %s %f;' & |