Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configuring autofs

Status
Not open for further replies.

Thief

Technical User
Apr 19, 2001
92
US
i need to configure autofs, but i dont have the slightest idea of how to go about it. please tell me how to go about doing it.
thanx in advance for ur generous help. Thief................ ::)
(I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us .)
 
hi,
i have encountered this error while doing "make". but i have not been able to trace it out.

> make auto.master
"Makefile", line 327: make: 1254-055 Dependency line needs colon or double colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.


the script is:-
auto.master.time: $(DIR)/auto.master
-@if [ -f $(DIR)/auto.master ] ; then $(MAKEDBM) $(DIR)/auto.master $(YPDBDIR)/$(DOM)/auto.master; touch auto.master.time ; echo "updated auto.master" ; if [ ! $(NOPUSH) ] ; then $(YPPUSH) auto.master ; echo "pushed auto.master" ; else : ; fi else echo "couldn't find $(DIR)/auto.master" ; fi

can any one tell me whats the problem...
thanx in advance

Thief................ ::)
(I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us .)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top