Merge pull request #161 from phreaker0/cleanup

removed trailing whitespace
This commit is contained in:
Jim Salter 2017-11-08 13:47:00 -05:00 committed by GitHub
commit 09a879664a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}