forked from pool/quota
This commit is contained in:
parent
a1ad0114a5
commit
e68eba35ca
11
quota-3.15-ignore_nfs.patch
Normal file
11
quota-3.15-ignore_nfs.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- quotaon.c
|
||||
+++ quotaon.c
|
||||
@@ -346,7 +346,7 @@
|
||||
else if (!kernel_formats)
|
||||
errstr(_("Warning: No quota format detected in the kernel.\n"));
|
||||
|
||||
- if (init_mounts_scan(mntcnt, mntpoints, MS_XFS_DISABLED) < 0)
|
||||
+ if (init_mounts_scan(mntcnt, mntpoints, MS_XFS_DISABLED | MS_LOCALONLY) < 0)
|
||||
return 1;
|
||||
while ((mnt = get_next_mount())) {
|
||||
if (nfs_fstype(mnt->mnt_type)) {
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 23:41:59 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
- Ignoring NFS mount points when shutting down quota with quotaoff
|
||||
[#310426] (ignore_nfs.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 11:40:26 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
|
11
quota.spec
11
quota.spec
@ -13,12 +13,12 @@
|
||||
Name: quota
|
||||
BuildRequires: e2fsprogs-devel tcpd-devel
|
||||
Version: 3.15
|
||||
Release: 8
|
||||
Release: 17
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: System/Filesystems
|
||||
License: GPL v2 or later
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Url: http://sourceforge.net/projects/linuxquota/
|
||||
Summary: Disk Quota System
|
||||
Source: %{name}-3.15.tar.bz2
|
||||
Source1: %{name}-SUSE.tar.bz2
|
||||
@ -26,6 +26,7 @@ Patch1: %{name}-%{version}-mode.patch
|
||||
Patch2: %{name}-%{version}-man.patch
|
||||
Patch3: %{name}-%{version}-warnquota.patch
|
||||
Patch4: %{name}-%{version}-type.patch
|
||||
Patch5: %{name}-%{version}-ignore_nfs.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -48,6 +49,7 @@ Authors:
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
find -type d -name CVS -exec rm -rf {} \; -prune
|
||||
find -type d | xargs chmod 755
|
||||
|
||||
@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2007 - lmichnovic@suse.cz
|
||||
- Ignoring NFS mount points when shutting down quota with quotaoff
|
||||
[#310426] (ignore_nfs.patch)
|
||||
* Thu Aug 09 2007 - lmichnovic@suse.cz
|
||||
- fixed running quotacheck on mounted partition [#298713]
|
||||
- added $network should be enabled when stoping quota service
|
||||
|
Loading…
x
Reference in New Issue
Block a user