specify type option in /default in /etc/amd.net (#11618)

This commit is contained in:
Peter Vrabec 2005-09-27 17:06:32 +00:00
parent 2bbf03ce59
commit 6cfe96894c
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,2 @@
/defaults fs:=${autodir}/${rhost}/root/${rfs};opts:=nosuid,nodev
* rhost:=${key};type:=host;rfs:=/
/defaults fs:=${autodir}/${rhost}/root/${rfs};type:=host;opts:=nosuid,nodev
* rhost:=${key};rfs:=/

View File

@ -1,7 +1,7 @@
Summary: Automount utilities including an updated version of Amd.
Name: am-utils
Version: 6.1.1
Release: 2
Release: 3
License: BSD
Epoch: 5
Group: System Environment/Daemons
@ -131,6 +131,9 @@ fi
%{_libdir}/libamu.so*
%changelog
* Tue Sep 27 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-3
- specify type option in /default in /etc/amd.net (#11618)
* Thu Aug 25 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-2
- use generic linux/nfs_mount.h check