From 6c696dcf5ce9fba8bfef129c481ef09c4b372960 Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Fri, 30 Dec 2011 13:23:18 +0100 Subject: [PATCH] Set default Growl password to --- LPBS/Config.py | 2 +- README.markdown | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/LPBS/Config.py b/LPBS/Config.py index a02f056..092cfb9 100755 --- a/LPBS/Config.py +++ b/LPBS/Config.py @@ -126,7 +126,7 @@ # each item corresponding to one host. hostname: localhost:23053 -password: secret +password: sticky: 0 diff --git a/README.markdown b/README.markdown index 5cf6494..c5f3961 100644 --- a/README.markdown +++ b/README.markdown @@ -122,17 +122,20 @@ the following default values will be created: [Growl] - # Settings for Growl notifications. Notifications are sent to either localhost - # or a remote host via the GNTP protocol. The 'hostname' setting gives the - # address and port of the Growl server, the given 'password' is used for - # authentication (note that if sending to localhost, no authentication is - # necessary). If 'sticky' is set to 1, the Growl notifications will be sticky. - # It is possible to send notifications to more than one host. In this case, both + # Settings for Growl notifications. Notifications are sent to either + # localhost or a remote host via the GNTP protocol. The 'hostname' setting + # gives the address and port of the Growl server, the given 'password' is + # used for authentication (note that if sending to localhost, no + # authentication is necessary, and the password should be empty). If + # 'sticky' is set to 1, the Growl notifications will be sticky. It is + # possible to send notifications to more than one host. In this case, both # 'hostname' and 'password' should be a comma-separated list of values, with - # each item corresponding to one host. + # each item corresponding to one host. E.g. + # hostname: localhost, remotehost + # password: , secret hostname: localhost:23053 - password: secret + password: sticky: 0