[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r34: Fix log message (the semicolon triggers a new command).

Jeff Licquia licquia at linuxfoundation.org
Sun Jan 22 22:52:19 UTC 2012


------------------------------------------------------------
revno: 34
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Sun 2012-01-22 17:52:19 -0500
message:
  Fix log message (the semicolon triggers a new command).
modified:
  modules/puppet/files/puppet-email-notify
-------------- next part --------------
=== modified file 'modules/puppet/files/puppet-email-notify'
--- a/modules/puppet/files/puppet-email-notify	2012-01-22 22:37:31 +0000
+++ b/modules/puppet/files/puppet-email-notify	2012-01-22 22:52:19 +0000
@@ -33,7 +33,7 @@
 done
 
 if [ $found_list_id = "yes" -a $found_subject = "yes" ]; then
-    logger -t puppet-update received puppet update notification email; updating
+    logger -t puppet-update received puppet update notification email
     cd /etc/puppet
     $ROOT_CMD $VC_UPDATE || \
       logger -t puppet-update error updating



More information about the lsb-messages mailing list