app-backup/backuppc: Prune unnecessary formatting changes from patches
authorKent Fredric <kentnl@gentoo.org>
Wed, 1 Feb 2017 20:10:43 +0000 (09:10 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 1 Feb 2017 22:21:50 +0000 (11:21 +1300)
commitfb99cd30c126791ca56dcbc538706ce3e977de09
tree060fa3016e34962fec595cdb31eae8a9af47a41e
parent942c161389f49f41ce3d1390f06b806cbd9976aa
app-backup/backuppc: Prune unnecessary formatting changes from patches

Patch set included 22kb of cosmetic changes, some of which were not really
cosmetic at all, while being pretended as being cosmetic.

For instance, changing the default umask from 027 to 27 ignores the fact
that a '0' prefix implies octal, so removing the '0' turned the umask from
027 to 033 ....

That is, changes:

  - u=rwx,g=rx,o=rx
  + u=rwx,g=r,o=r

However, some of the changes had real semantic differences that could
affect picky enough code, so I've preserved some of them, while culling
those that were completely unnesscary.

If this revert-of-patch introduces problems for you, please file a bug
so we can triage the real problems under an umbrella more well defined than
"formatting"

Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-backup/backuppc/files/3.3.0/02-fix-config.pl-formatting.patch
app-backup/backuppc/files/3.3.0/03-reasonable-config.pl-defaults.patch