Comment example quotatab to silent warnquota
Warnquota tried to stat possibly non-existing /dev/hda4.
This commit is contained in:
parent
c12241b06c
commit
4e8c8345ac
@ -5,7 +5,7 @@ Name: quota
|
||||
Summary: System administration tools for monitoring users' disk usage
|
||||
Epoch: 1
|
||||
Version: 4.00
|
||||
Release: 0.1.pre1%{?dist}
|
||||
Release: 0.2.pre1%{?dist}
|
||||
License: BSD and GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Group: System Environment/Base
|
||||
@ -128,6 +128,10 @@ for F in Changelog; do
|
||||
mv "$F"{.utf8,}
|
||||
done
|
||||
|
||||
# Comment example /etc/quotatab to silent warnquota
|
||||
sed -i -e '/^ *[^#]\{1,\}$/ s/^/#/' quotatab
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-ldapmail=try \
|
||||
@ -227,6 +231,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.2.pre1
|
||||
- Comment example quotatab to silent warnquota
|
||||
|
||||
* Tue Nov 16 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.1.pre1
|
||||
- 4.00-pre1 bump
|
||||
- Separate gettext catalogs becuase they are required by all binary sub-packages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user