[Popcon-developers] Bug#816032: typo in cron.daily

Brian Murray brian at ubuntu.com
Fri Feb 26 20:09:33 UTC 2016


Package: popularity-contest
Version: 1.64
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu xenial

There's a typo in the cron.daily file for popularity-contest, there is a
'p' missing in the word encryption when logging. Here's a patch:

--- cron.daily  2016-02-26 11:24:28.591922137 -0800
+++ cron.daily.new      2016-02-26 12:05:45.287398788 -0800
@@ -85,8 +85,8 @@ run_popcon > $POPCON
 GPG=/usr/bin/gpg

 if [ "$ENCRYPT" = "yes" ] && ! [ -x "$GPG" ]; then
-  logger -t popularity-contest "encrytion required but gpg is not
   available."
-  echo "popularity-contest: encrytion required but gpg is not
   available." 2>&1
+  logger -t popularity-contest "encryption required but gpg is not
available."
+  echo "popularity-contest: encryption required but gpg is not
available." 2>&1
   exit 1
 fi

--
Brian Murray                                                 @ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: encryption-spelling.patch
Type: text/x-diff
Size: 553 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/popcon-developers/attachments/20160226/3432dbec/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/popcon-developers/attachments/20160226/3432dbec/attachment.sig>


More information about the Popcon-developers mailing list