Opened 17 years ago
Closed 17 years ago
#2508 closed defect (fixed)
Autofs - $(EXTDIR) and Dependencies
Reported by: | Randy McMurchy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Noted in the Autofs instructions is the command:
ln -sf ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S52autofs
I cannot figure out what $(EXTDIR) is. If I'm just having a dumb attack, please disregard this part of the ticket.
=============================================================
OpenLDAP and Cyrus-SASL should be listed as dependencies for this package. It will look for them and build .so modules if they are found. It will also look for libXML2 for use with both of them but only to see if the version needs a workaround (which it doesn't). Therefore, I don't think libXML2 needs to be listed.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I don't know why I did that. Perhaps it was just a copy from other instructions I was looking at. Fixed.
Note that I did not create a bootscript for this package as the one installed by default is fine.
I'll take a look at the dependencies to double check and update that in the next day or two.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed ln command at revision 7376. Added dependencies at revision 7382.
Replying to randy@linuxfromscratch.org:
My guess is that this command is actually supposed to be "make install-autofs" from the BLFS-Bootscripts package dir. That ln command is part of the instructions for the autofs script in the bootscripts Makefile.