]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-modules.patch
- Prereq: /sbin/chkconfig
[packages/autofs.git] / autofs-modules.patch
1 --- autofs-3.1.4/modules/Makefile       Fri Jan 21 18:21:32 2000
2 +++ autofs-3.1.4/modules/Makefile       Fri Jan 21 18:21:45 2000
3 @@ -43,7 +43,7 @@
4  # mount_smbfs.so is an obsolete module which must be removed
5  install: all
6         install -d -m 755 $(INSTALLROOT)$(autofslibdir)
7 -       install -c $(MODS) -m 644 $(INSTALLROOT)$(autofslibdir)
8 +       install -c $(MODS) -m 755 $(INSTALLROOT)$(autofslibdir)
9         -rm -f $(INSTALLROOT)$(autofslibdir)/mount_smbfs.so
10  
11  #
This page took 0.031729 seconds and 3 git commands to generate.