removed trailing whitespace

This commit is contained in:
Christoph Klaffl 2017-11-08 17:30:52 +01:00
parent 368a9fe78e
commit dbe33170e7
No known key found for this signature in database
GPG Key ID: 7C0B4F2FFFFD6ED4
12 changed files with 202 additions and 209 deletions

View File

@ -29,4 +29,3 @@ strongly recommends using your distribution's repositories instead.
On Ubuntu: apt install libconfig-inifiles-perl
On CentOS: yum install perl-Config-IniFiles
On FreeBSD: pkg install p5-Config-Inifiles

View File

@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

1
debian/rules vendored
View File

@ -17,4 +17,3 @@ override_dh_auto_install:
cp sanoid.conf $(DESTDIR)/usr/share/doc/sanoid/sanoid.conf.example;
@mkdir -p $(DESTDIR)/lib/systemd/system; \
cp debian/sanoid.timer $(DESTDIR)/lib/systemd/system;

View File

@ -70,5 +70,3 @@ monthly_warn = 32
monthly_crit = 35
yearly_warn = 0
yearly_crit = 0

View File

@ -987,5 +987,3 @@ sub getdate {
$date{'stamp'} = "$date{'year'}-$date{'mon'}-$date{'mday'}:$date{'hour'}:$date{'min'}:$date{'sec'}";
return %date;
}