mirror of https://github.com/jimsalterjrs/sanoid
removed trailing whitespace
This commit is contained in:
parent
368a9fe78e
commit
dbe33170e7
1
INSTALL
1
INSTALL
|
|
@ -29,4 +29,3 @@ strongly recommends using your distribution's repositories instead.
|
||||||
On Ubuntu: apt install libconfig-inifiles-perl
|
On Ubuntu: apt install libconfig-inifiles-perl
|
||||||
On CentOS: yum install perl-Config-IniFiles
|
On CentOS: yum install perl-Config-IniFiles
|
||||||
On FreeBSD: pkg install p5-Config-Inifiles
|
On FreeBSD: pkg install p5-Config-Inifiles
|
||||||
|
|
||||||
|
|
|
||||||
1
LICENSE
1
LICENSE
|
|
@ -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
|
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
|
Public License instead of this License. But first, please read
|
||||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,3 @@ override_dh_auto_install:
|
||||||
cp sanoid.conf $(DESTDIR)/usr/share/doc/sanoid/sanoid.conf.example;
|
cp sanoid.conf $(DESTDIR)/usr/share/doc/sanoid/sanoid.conf.example;
|
||||||
@mkdir -p $(DESTDIR)/lib/systemd/system; \
|
@mkdir -p $(DESTDIR)/lib/systemd/system; \
|
||||||
cp debian/sanoid.timer $(DESTDIR)/lib/systemd/system;
|
cp debian/sanoid.timer $(DESTDIR)/lib/systemd/system;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,5 +70,3 @@ monthly_warn = 32
|
||||||
monthly_crit = 35
|
monthly_crit = 35
|
||||||
yearly_warn = 0
|
yearly_warn = 0
|
||||||
yearly_crit = 0
|
yearly_crit = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue