rpms/autofs/devel autofs-4.1.4-no-slash-misc.patch, NONE, 1.1 autofs.spec, 1.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 17 13:46:20 UTC 2005


Author: jmoyer

Update of /cvs/dist/rpms/autofs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5892

Modified Files:
	autofs.spec 
Added Files:
	autofs-4.1.4-no-slash-misc.patch 
Log Message:
- Removed the /misc entry from the default auto.master.  auto.misc has
  an entry for the cdrom device, and the preferred method of mounting the
  cd is via udev/hal.



autofs-4.1.4-no-slash-misc.patch:
 auto.master |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE autofs-4.1.4-no-slash-misc.patch ---
--- autofs-4.1.4/samples/auto.master.orig	2005-11-17 08:42:36.000000000 -0500
+++ autofs-4.1.4/samples/auto.master	2005-11-17 08:42:42.000000000 -0500
@@ -7,5 +7,4 @@
 # For details of the format look at autofs(5).
 #/misc	/etc/auto.misc --timeout=60
 #/smb	/etc/auto.smb
-/misc	/etc/auto.misc
 /net	/etc/auto.net


Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- autofs.spec	7 Nov 2005 13:08:41 -0000	1.69
+++ autofs.spec	17 Nov 2005 13:46:18 -0000	1.70
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 4.1.4
-%define release 13
+%define release 14
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -26,6 +26,7 @@
 Patch13: autofs-4.1.4-sun-parse-fixes.patch
 Patch14: autofs-4.1.4-check-return-of-is-local-addr.patch
 Patch15: autofs-4.1.4-fix-sort-opts.patch
+Patch16: autofs-4.1.4-no-slash-misc.patch
 
 Buildroot: /var/tmp/autofs-tmp
 BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@@ -80,6 +81,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -133,6 +135,11 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Thu Nov 17 2005 Jeff Moyer <jmoyer at redhat.com> - 1:4.1.4-14
+- Removed the /misc entry from the default auto.master.  auto.misc has
+  an entry for the cdrom device, and the preferred method of mounting the
+  cd is via udev/hal.
+
 * Mon Nov  7 2005 Jeff Moyer <jmoyer at redhat.com> - 1:4.1.4-13
 - Changed to sort -k 1, since that should be the same as +0.
 




More information about the fedora-cvs-commits mailing list