- Fixed typo in mount.nfs4 that causes a segfault during error processing
(bz 241190)
This commit is contained in:
parent
be8827d700
commit
f543a222e2
@ -42,7 +42,7 @@ Date: Wed May 9 13:14:26 2007 -0400
|
|||||||
fprintf(stderr, "%s: %s\n", progname, strerror(errno));
|
fprintf(stderr, "%s: %s\n", progname, strerror(errno));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+static int chk_mountpoint(mount_point)
|
+static int chk_mountpoint(char *mount_point)
|
||||||
+{
|
+{
|
||||||
+ struct stat sb;
|
+ struct stat sb;
|
||||||
+
|
+
|
||||||
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://sourceforge.net/projects/nfs
|
URL: http://sourceforge.net/projects/nfs
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -300,6 +300,10 @@ fi
|
|||||||
%attr(4755,root,root) /sbin/umount.nfs4
|
%attr(4755,root,root) /sbin/umount.nfs4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
|
||||||
|
- Fixed typo in mount.nfs4 that causes a segfault during
|
||||||
|
error processing (bz 241190)
|
||||||
|
|
||||||
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
|
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
|
||||||
- Make sure the condrestarts exit with a zero value (bz 240225)
|
- Make sure the condrestarts exit with a zero value (bz 240225)
|
||||||
- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
|
- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
|
||||||
|
Loading…
Reference in New Issue
Block a user