autofs-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. Summary: A tool for automatically mounting and unmounting filesystems.
  2. Summary(ja): 自動的にファイルシステムをマウント/アンマウントするツール
  3. Name: autofs
  4. Version: 5.0.3
  5. Release: 4%{?_dist_release}
  6. Epoch: 1
  7. License: GPL
  8. Group: System Environment/Daemons
  9. Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/autofs-%{version}.tar.bz2
  10. Patch1: autofs-5.0.3-ldap-page-control-configure-fix.patch
  11. Patch2: autofs-5.0.3-xfn-not-supported.patch
  12. Patch3: autofs-5.0.3-basedn-with-spaces-fix-3.patch
  13. Patch4: autofs-5.0.3-nfs4-tcp-only.patch
  14. Patch5: autofs-5.0.3-correct-ldap-lib.patch
  15. Patch6: autofs-5.0.3-dont-fail-on-empty-master-fix-2.patch
  16. Patch7: autofs-5.0.3-expire-works-too-hard.patch
  17. Patch8: autofs-5.0.3-unlink-mount-return-fix.patch
  18. Patch9: autofs-5.0.3-handle-zero-length-nis-key.patch
  19. Patch10: autofs-5.0.2-init-cb-on-load.patch
  20. Patch11: autofs-5.0.3-map-type-in-map-name.patch
  21. Patch12: autofs-5.0.3-mount-thread-create-cond-handling.patch
  22. Patch13: autofs-5.0.3-check-for-kernel-automount.patch
  23. Patch14: autofs-5.0.3-nss-source-any.patch
  24. Patch15: autofs-5.0.3-dont-abuse-ap-ghost-field.patch
  25. Patch16: autofs-5.0.3-lookup-next-soucre-stale-entry.patch
  26. Patch17: autofs-5.0.3-remove-redundant-dns-name-lookups.patch
  27. Patch18: autofs-5.0.3-mount-thread-create-cond-handling-fix.patch
  28. Patch19: autofs-5.0.3-allow-dir-create-on-nfs-root.patch
  29. Patch20: autofs-5.0.3-check-direct-path-len.patch
  30. Patch21: autofs-5.0.3-fix-get-user-info-check.patch
  31. Patch22: autofs-5.0.3-fix-couple-of-memory-leaks.patch
  32. Patch23: autofs-5.0.3-override-is-running-check.patch
  33. Patch24: autofs-5.0.3-dont-use-proc-for-is-running-check.patch
  34. Patch25: autofs-5.0.3-fix-included-browse-map-not-found.patch
  35. Patch26: autofs-5.0.3-fix-multi-source-messages.patch
  36. Patch27: autofs-5.0.3-clear-stale-on-map-read.patch
  37. Patch28: autofs-5.0.3-fix-proximity-other-timeout.patch
  38. Patch29: autofs-5.0.3-refactor-mount-request-vars.patch
  39. Patch30: autofs-5.0.3-make-handle_mounts-startup-cond-distinct.patch
  40. Patch31: autofs-5.0.3-submount-shutdown-recovery-12.patch
  41. Patch32: autofs-5.0.3-dont-block-on-expire.patch
  42. Patch33: autofs-5.0.3-add-umount_wait-parameter.patch
  43. Patch34: autofs-5.0.3-fix-multi-mount-race.patch
  44. Patch35: autofs-5.0.3-submount-shutdown-recovery-12-fix.patch
  45. Patch36: autofs-5.0.3-fix-nfs4-colon-escape.patch
  46. Patch37: autofs-5.0.3-check-replicated-list-after-probe.patch
  47. Patch38: autofs-5.0.3-add-replicated-debug-logging.patch
  48. Patch39: autofs-5.0.3-update-replicated-doco.patch
  49. Patch40: autofs-5.0.3-use-dev-urandom.patch
  50. Patch41: autofs-5.0.3-mtab-as-proc-mounts.patch
  51. Patch42: autofs-5.0.3-fix-ifc-buff-size.patch
  52. Patch43: autofs-5.0.3-fix-percent-hack.patch
  53. ## Vine Patch(es)
  54. Patch100: autofs-3.1.7-initdir.patch
  55. Patch101: autofs-5.0.3-rc.autofs_LSB.patch
  56. Buildroot: %{_tmppath}/%{name}-%{version}-root
  57. BuildRequires: openldap-devel
  58. BuildRequires: bind-devel, libxml2-devel, openssl-devel
  59. BuildRequires: util-linux-ng, nfs-utils, e2fsprogs
  60. BuildRequires: flex, bison
  61. Requires(post): /sbin/chkconfig
  62. Requires(preun): /sbin/service
  63. Requires(postun): /sbin/chkconfig
  64. Requires(postun): /sbin/service
  65. Requires: kernel >= 2.6.17
  66. Requires: bash, sed, gawk, coreutils, grep, modutils, procps
  67. Provides: autofs-ldap
  68. Obsoletes: autofs-ldap <= 4.1.4-11vl2
  69. %description
  70. Autofs controls the operation of the automount daemons. The automount
  71. daemons automatically mount filesystems when you use them and
  72. unmount them after a period of inactivity. Filesystems can include
  73. network filesystems, CD-ROMs, floppies and others.
  74. Install this package if you want a program for automatically mounting
  75. and unmounting filesystems. If your Vine Linux machine is on a
  76. network, you should install autofs.
  77. %description -l ja
  78. autofs は automount デーモンの動作を制御します.
  79. automount デーモンは,ファイルシステムを使う時に自動的にマウントし,
  80. 一定時間使わなければアンマウントしてくれます.
  81. 対象となるファイルシステムには NFS, CD-ROM, フロッピー等があります.
  82. ファイルシステムを自動的にマウント/アンマウントさせたい場合は
  83. このパッケージをインストールして下さい.Vine Linux をインストールした
  84. マシンをネットワークに接続しているのならば,autofs をインストール
  85. すると良いでしょう.
  86. %prep
  87. %setup -q
  88. echo %{version}-%{release} > .version
  89. %patch1 -p1
  90. %patch2 -p1
  91. %patch3 -p1
  92. %patch4 -p1
  93. %patch5 -p1
  94. %patch6 -p1
  95. %patch7 -p1
  96. %patch8 -p1
  97. %patch9 -p1
  98. %patch10 -p1
  99. %patch11 -p1
  100. %patch12 -p1
  101. %patch13 -p1
  102. %patch14 -p1
  103. %patch15 -p1
  104. %patch16 -p1
  105. %patch17 -p1
  106. %patch18 -p1
  107. %patch19 -p1
  108. %patch20 -p1
  109. %patch21 -p1
  110. %patch22 -p1
  111. ## Vine Patch(es)
  112. if [ "%{_initdir}" = "/etc/rc.d/init.d" ]; then
  113. patch -p1 -b --suffix .initdir < %{PATCH100}
  114. fi
  115. %patch101 -p1 -b .lsb
  116. %build
  117. CFLAGS="$RPM_OPT_FLAGS -ggdb"; export CFLAGS
  118. %configure --without-hesiod --without-sasl \
  119. --disable-mount-locking --enable-ignore-busy
  120. make initdir=/etc/rc.d/init.d STRIP=:
  121. make -C redhat
  122. %install
  123. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  124. mkdir -p -m755 $RPM_BUILD_ROOT%{_initdir}
  125. mkdir -p -m755 $RPM_BUILD_ROOT%{_libdir}/autofs
  126. mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8}
  127. mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir}
  128. mkdir -p -m755 $RPM_BUILD_ROOT/etc/sysconfig
  129. make install mandir=%{_mandir} initdir=/etc/rc.d/init.d INSTALLROOT=$RPM_BUILD_ROOT
  130. make -C redhat
  131. install -m 755 -d $RPM_BUILD_ROOT/misc
  132. install -m 755 redhat/autofs.init $RPM_BUILD_ROOT/etc/rc.d/init.d/autofs
  133. install -m 644 redhat/autofs.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/autofs
  134. %clean
  135. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  136. %post
  137. /sbin/chkconfig --add autofs
  138. %postun
  139. if [ $1 -ge 1 ] ; then
  140. /sbin/service autofs condrestart > /dev/null 2>&1 || :
  141. fi
  142. %preun
  143. if [ "$1" = 0 ] ; then
  144. /sbin/service autofs stop > /dev/null 2>&1
  145. chkconfig --del autofs
  146. fi
  147. %files
  148. %defattr(-,root,root)
  149. %doc CHANGELOG COPYING COPYRIGHT CREDITS patches/*
  150. %doc samples/*
  151. %doc README README.*
  152. %config %{_initdir}/autofs
  153. %config(noreplace,missingok) /etc/auto.master
  154. %config(noreplace,missingok) /etc/auto.misc
  155. %config(noreplace,missingok) /etc/auto.net
  156. %config(noreplace,missingok) /etc/auto.smb
  157. %config(noreplace) /etc/autofs_ldap_auth.conf
  158. %config(noreplace) /etc/sysconfig/autofs
  159. %{_sbindir}/automount
  160. %dir /misc
  161. %dir %{_libdir}/autofs
  162. %{_libdir}/autofs/*.so
  163. %{_mandir}/*/*
  164. %changelog
  165. * Wed May 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.3-4
  166. - added Patch101: autofs-5.0.3-rc.autofs_LSB.patch to support LSB Header
  167. * Mon Jan 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.3-3
  168. - rebuilt with openldap-2.4.11
  169. * Sun Sep 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.3-2
  170. - make autofs.init executable. (<BTS:wishes:0160>)
  171. * Mon Sep 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.3-1vl5
  172. - new upstream release
  173. - update fedora patches
  174. * Sat Aug 30 2008 Shu KONNO <owa@bg.wakwak.com> 4.1.4-12vl5
  175. - applied new versioning policy, spec in utf-8
  176. * Fri Apr 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.1.4-11vl5
  177. - fix sort option on auto.net (<BTS:490>)
  178. * Mon Sep 18 2006 NAKAMURA Kenta <kenta@vinelinux.org> 4.1.4-11vl4
  179. - added patch15 and patch16 imported from Fedora Core 5
  180. * Mon Sep 04 2006 NAKAMURA Kenta <kenta@vinelinux.org> 4.1.4-11vl3
  181. - added Obsoletes: autofs-ldap
  182. - added BuildPrereq: openldap-devel
  183. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 4.1.4-11vl2
  184. - removed --without-openldap configure option
  185. - rebuilt with openldap-2.3.27-0vl1
  186. * Sun Oct 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.4-11vl1
  187. - updated based on Fedora
  188. * Wed Oct 26 2005 <jmoyer@redhat.com> - 1:4.1.4-11
  189. - Check the return code of is_local_addr in get_best_mount. (bz #169523)
  190. * Wed Oct 26 2005 <jmoyer@redhat.com> - 1:4.1.4-10
  191. - Fix a buffer overflow with large key lengths
  192. - change to the upstream reentrant syslog patch from the band-aid deferred
  193. syslog patch.
  194. - Get rid of the init script patch that hard-coded the release to redhat.
  195. This should be handled properly by all red hat distros.
  196. * Wed May 4 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-8
  197. - Add in the deferred syslog patch. This fixes a hung automounter issue
  198. related to unsafe calls to syslog in signal handler context.
  199. * Tue May 3 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-7
  200. - I reversed the checking for multimount entries, breaking those configs!
  201. This update puts the code back the way it was before I broke it.
  202. * Tue Apr 26 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-6
  203. - Fix a race between mounting a share and updating the cache in the parent
  204. process. If the mount completed first, the parent would not expire the
  205. stale entry, leaving it first on the list. This causes map updates to not
  206. be recognized (well, worse, they are recognized after the first expire, but
  207. not subsequent ones). Fixes a regression, bug #137026 (rhel3 bug).
  208. * Fri Apr 15 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.4-5
  209. - Fixed regression with -browse not taking effect.
  210. * Wed Apr 13 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-4
  211. - Finish up with the merge breakage.
  212. - Temporary fix for the multimount detection code. It seems half-baked.
  213. * Wed Apr 13 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-3
  214. - Fix up the one-auto-master patch. My "improvements" had side-effects.
  215. * Wed Oct 27 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-34
  216. - Added a patch to fix the automounter failing on ldap maps
  217. when it couldn't get the whole map. (ie. when the search
  218. limit was lower than the number of results)
  219. - updated Patch101
  220. - s/Red Hat/Vines/ in description
  221. * Wed Jun 23 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.1.7-42vl3
  222. - fix init script (Patch102)
  223. not to create lock file when no mountpoints are defined
  224. * Tue Oct 28 2003 Tomoya TAKA <taka@vinelinux.org> 3.1.7-42vl2
  225. - do not compile/install autofs-ldap-auto-master
  226. * Sun Oct 5 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1.7-42vl1
  227. - based on Rawhide 3.1.7-42
  228. - Fri Apr 25 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-37
  229. - sync with current linux/auto_fs.h from the current kernel tree (#88562)
  230. - Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-28
  231. - try to properly handle nisplus maps (patch from Steve Foster via the
  232. autofs mailing list)
  233. - override the STRIP makefile variable to not strip binaries (that's the
  234. build root policy's job)
  235. - Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-21
  236. - don't inhibit starting if we have a subsys lock around -- that's the
  237. wrong thing to do anyway
  238. - don't create a subsys lock if we're unconfigured (#52755)
  239. - rebuild with new toolchain
  240. - s/Copyright/License/
  241. * Tue Jan 29 2002 Toru Sagami <sagami@vinelinux.org> 3.1.7-2vl2
  242. - make /etc/vine-release read by autofs.init
  243. * Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  244. - 3.1.7-2vl1
  245. - rebuilt for VineSeed
  246. - use better macros (%%{_initdir})
  247. - add Patch100 to cope with initdir :-(
  248. * Thu Jan 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  249. - 3.1.7-2vl0
  250. - based on 3.1.7-2 from Rawhide
  251. - remove /etc/init.d from PreReq
  252. - build without openldap and hesiod
  253. - BuildPreReq: bind-devel again for Vine
  254. - added Japanese summary and description
  255. * Tue Jan 9 2001 Nalin Dahyabhai <nalin@redhat.com>
  256. - fix option parsing in lookup_multi (I think)
  257. - fix multi option handling in our hacked-up init script (reported by Thiago
  258. Bartolomei on the autofs mailing list)
  259. * Wed Dec 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  260. - update to 3.1.7
  261. - add the man pages back in (fell out in 3.1.6)
  262. * Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  263. - don't require /etc/auto.master to be there to start
  264. * Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  265. - update to 3.1.6
  266. - disable hesiod support because the new bind-devel doesn't include it
  267. - try to use nsswitch.conf for getting the contents of auto.master
  268. - only convert YP map names auto_home and auto_mnt
  269. * Fri Sep 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  270. - add -lresolv to build properly with OpenLDAP 2
  271. * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  272. - convert YP map names that start with "auto_" to "auto." (#16753)
  273. * Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  274. - add an extra pause after the initial shutdown attempt
  275. * Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  276. - patch init script to not shut down --submount mounts on reload
  277. - remove temporary files again during reload
  278. * Thu Aug 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  279. - revert to 3.1.5
  280. - add 3.1.6pre1 patch to handle LDAP maps
  281. - add Epoch: to upgrade from Raw Hide or Pinstripe
  282. - update to 3.1.6pre2
  283. * Fri Aug 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  284. - work around kernel insmod concurrency problem (#14972) by loading the module
  285. at start-time
  286. * Wed Aug 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  287. - fix duplicate detection for false matches (e.g. "/user" == "/users") (#15183)
  288. * Mon Aug 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  289. - merge ldap subpackage back into the main one and Obsolete: it
  290. - clean up build warnings
  291. - fix errors automounting ext2 filesystems due to uninitialized option string
  292. * Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
  293. - move initscript back
  294. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  295. - automatic rebuild
  296. * Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  297. - move the init script to the right place
  298. * Fri Jul 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  299. - add /net directory to the package
  300. * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  301. - do manual unmounting in shutdown script
  302. - change initscripts prereq to /etc/init.d
  303. - move autoconf invocation to setup section
  304. * Wed Jul 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  305. - move condrestart to postun
  306. - make condrestart check the right file to determine if already running
  307. * Wed Jul 5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  308. - ignore errors in post script
  309. * Tue Jul 4 2000 Matt Wilson <msw@redhat.com>
  310. - use full path to chkconfig
  311. - full *correct* path to chkconfig
  312. * Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  313. - smoother starting/stopping on upgrades/removal
  314. * Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
  315. - be more aggressive when shutting down autofs
  316. - add condrestart support
  317. * Mon Jun 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  318. - move man pages to %{_mandir}
  319. * Wed May 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  320. - tweak argument parsing (bug #11801)
  321. * Mon May 22 2000 Nalin Dahyabhai <nalin@redhat.com>
  322. - rebuild in new build environment
  323. * Mon May 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  324. - fix duplicate detection logic (duh!)
  325. * Tue May 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  326. - add config: and processname: tags to init script
  327. * Sun Apr 30 2000 Nalin Dahyabhai <nalin@redhat.com>
  328. - fix shutdown logic (test -z $pid fails with multiple autofs daemons)
  329. * Wed Apr 26 2000 Nalin Dahyabhai <nalin@redhat.com>
  330. - split off autofs4 for testing & development
  331. - update patches for autofs4 for feeding back to autofs list
  332. - make auto.master a noreplace file
  333. * Mon Apr 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  334. - split lookup_ldap into a subpackage (bug #10874)
  335. * Tue Apr 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  336. - add LDAP map support, requires openldap
  337. - tweak init script patch to use fields 2+ for the map name instead of just 2
  338. * Wed Apr 05 2000 Nalin Dahyabhai <nalin@redhat.com>
  339. - fix bug #10402 by fixing the init script, hopefully for everybody
  340. - merge patches for the init script into a single patch to send to hpa
  341. - patch to build on 2.2 and late-series 2.3 kernels
  342. * Tue Feb 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  343. - enable hesiod support over libbind
  344. * Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  345. - fix init script bug when startup failed
  346. - fix option passing in init script
  347. * Sun Feb 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  348. - make autofs start after ypbind by moving start priority 18, stop to 82
  349. - make sure that calls to "ps aux" include "www" to avoid snippage
  350. * Wed Feb 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  351. - make sure all the docs get packaged
  352. - make init script do status messages like others
  353. - add "nosuid,nodev" to options for /misc/cd
  354. - switch to using INSTALLROOT during make install
  355. * Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  356. - update to 3.1.4
  357. * Mon Sep 20 1999 Cristian Gafton <gafton@redhat.com>
  358. - use ps axw instead of ps ax in the init script
  359. * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
  360. - chkconfig --del in %preun, not %postun
  361. * Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
  362. - add patch from HJLu to handle NIS auto.master better
  363. * Wed Aug 25 1999 Cristian Gafton <gafton@redhat.com>
  364. - fix bug #4708
  365. * Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
  366. - fix perms on /usr/lib/autofs/*
  367. - add support for specifying maptype in auto.master
  368. * Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
  369. - add patch from rth to avoid an infinite loop
  370. * Wed Apr 28 1999 Cristian Gafton <gafton@redhat.com>
  371. - use "autofs" instead of "automount" for /var/lock/subsys lock file
  372. * Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
  373. - enahanced initscript to try to load maps over NIS
  374. - changed the mount point back to misc (there is a reason we leave /mnt
  375. alone)
  376. - patched back autofs.misc to the version shipped on 5.2 to avoid replacing
  377. yet one more config file for those who upgrade
  378. * Wed Mar 24 1999 Preston Brown <pbrown@redhat.com>
  379. - upgrade to 3.1.3, fixing smbfs stuff and other things
  380. - changed mountpoint from /misc to /mnt
  381. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  382. - auto rebuild in the new build environment (release 10)
  383. * Mon Feb 8 1999 Bill Nottingham <notting@redhat.com>
  384. - build for kernel-2.2/glibc2.1
  385. * Tue Oct 6 1998 Bill Nottingham <notting@redhat.com>
  386. - fix bash2 breakage in init script
  387. * Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
  388. - typo in man page.
  389. * Mon Jul 20 1998 Jeff Johnson <jbj@redhat.com>
  390. - added sparc to ExclusiveArch.
  391. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  392. - translations modified for de, fr, tr
  393. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
  394. - updated to 3.1.1
  395. * Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
  396. - enhanced initscripts
  397. * Fri Dec 05 1997 Michael K. Johnson <johnsonm@redhat.com>
  398. - Link with -lnsl for glibc compliance.
  399. * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
  400. - exclusivearch for i386 for now, since our kernel packages on
  401. other platforms don't include autofs yet.
  402. - improvements to initscripts.
  403. * Thu Oct 16 1997 Michael K. Johnson <johnsonm@redhat.com>
  404. - Built package from 0.3.14 for 5.0