Oracle Solaris Networking (MOSC)

MOSC Banner

On-line documentation example about custom NIS maps may have an error, does it?

edited Oct 3, 2013 2:48AM in Oracle Solaris Networking (MOSC) 1 commentAnswered
On Modifying Makefile Entries I believe there's an error in mentioning the ".time" make targets in the "all" rule example.
Furthermore, I also believe that nothing special must be done for the "auto_home" map as it's built-in handled by default.

Then, if I'm not mistaken (am I?), the online documentation should be corrected accordingly.

Furthermore, what's in step 4 is also wrong:
auto_direct.time: $(DIR)/auto_direct
 @(while read L; do echo $$L; done < $(DIR)/auto_direct
 $(CHKPIPE)) | \ (sed -e "/^#/d" -e "s/#.*$$//" -e "/^ *$$/d"
 $(CHKPIPE)) | \ $(MAKEDBM) - $(YPDBDIR)/$(DOM)/auto_direct;
 @touch auto_direct.time;
 @echo "updated auto_direct";
 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center