From f10575413d88e7a8908712233d8a50ed10c12979 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Thu, 29 Nov 2007 04:45:58 +0000 Subject: [PATCH] fixed typo in configuration example for winpopup notifications --- notifications/templates/default/config.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/templates/default/config.tpl b/notifications/templates/default/config.tpl index 396d9cc3dc..050f0e32e5 100644 --- a/notifications/templates/default/config.tpl +++ b/notifications/templates/default/config.tpl @@ -20,7 +20,7 @@   - Example: /bin/echo '[message]' | /usr/bin/smbclient -M computer-[4] -I [IP] -U '[SENDER]'

+ Example: /bin/echo '[MESSAGE]' | /usr/bin/smbclient -M computer-[4] -I [IP] -U '[SENDER]'

placeholders:
[MESSAGE] is the notification message itself
[1] - [4] are the IP-Octets of the windows machine to notify