diff options
| author | amaguire <none@none> | 2006-11-11 09:42:22 -0800 |
|---|---|---|
| committer | amaguire <none@none> | 2006-11-11 09:42:22 -0800 |
| commit | ceb97a6a3232437e1f0b4c6b8604bc1b4245ccc5 (patch) | |
| tree | f5a76bfd080a2b4a19967746d24478aa51754b56 /usr/src/cmd/ypcmd | |
| parent | 6b4acc8bd9d480535a4d057e291dc7c049f664d9 (diff) | |
| download | illumos-joyent-ceb97a6a3232437e1f0b4c6b8604bc1b4245ccc5.tar.gz | |
6489651 need a SUNWroutr package for the associated SMF manifests/methods (SUNWroute is "usr" SUNW_PKGTYPE)
6490110 src/cmd/ypcmd/Makefile doesn't clobber yp method script
6490558 in.ndpd doesn't start at boot when IPv6 interfaces are plumbed
6491410 routeadm in network/routing-setup can run before SMF routing manifests are imported and fails
Diffstat (limited to 'usr/src/cmd/ypcmd')
| -rw-r--r-- | usr/src/cmd/ypcmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ypcmd/Makefile b/usr/src/cmd/ypcmd/Makefile index 7c8ff59622..115627b885 100644 --- a/usr/src/cmd/ypcmd/Makefile +++ b/usr/src/cmd/ypcmd/Makefile @@ -33,7 +33,7 @@ NETYPPROG = ypbind ypxfr yppush udpublickey mkalias \ ypstart ypstop NIS2LDAPPROG = ypxfrd ypserv ypxfr SVCMETHOD = yp -PROG= $(BINPROG) $(SBINPROG) $(NETYPPROG) $(NIS2LDAPPROG) $(METHOD) +PROG= $(BINPROG) $(SBINPROG) $(NETYPPROG) $(NIS2LDAPPROG) $(SVCMETHOD) MANIFEST = server.xml client.xml xfr.xml |
