9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Changes to /sys/src/cmd/auth/mkfile
@ 2002-10-13  4:21 Dan Cross
  2002-10-14 17:26 ` [9fans] Problem in replica/pull Ish Rattan
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Cross @ 2002-10-13  4:21 UTC (permalink / raw)
  To: 9fans

The mkfile in /sys/src/cmd/auth was buggy.  In particular, neither the
clean nor nuke targets decended into the secstore or factotum
subdirectories.  I believe I've fixed it, and cleaned it up somewhat.
Diff's below.

Could this, and the earlier fix to the clean target in the mkfile in
/sys/src/cmd/upas/smtp/mkfile, get applied on sources?  I realize that
the changes to upas/smtp and upas/smtpd might not get applied right
now, as they're somewhat, err, immature, but the mkfile fix is pretty
straightforward and it would be nice to see it go in.  Thanks!

	- Dan C.

term% diff /sys/src/cmd/auth/mkfile mkfile
45a46,49
> lib.$O.a:V:
> 	cd lib
> 	mk
>
57,59d60
<
< nuke:V:	nukedirs
<
67a69,72
> 	mk cleandirs
> 	rm -f *.[$OS] *.[$OS].a [$OS].* y.tab.? y.debug y.output $TARG
>
> cleandirs:V:
73d77
< 	rm -f [$OS].* *.[$OS]
74a79,82
> nuke:V:
> 	mk nukedirs
> 	rm -f *.[$OS] *.[$OS].a [$OS].* y.tab.? y.debug y.output $TARG
>
102,117d109
<
< lib.$O.a:V:
< 	cd lib
< 	mk
<
< clean:V:
< 	cd lib
< 	mk clean
< 	cd ..
< 	rm -f *.[$OS] *.[$OS].a y.tab.? y.debug y.output [$OS].* $TARG
<
< nuke:V:
< 	cd lib
< 	mk nuke
< 	cd ..
< 	rm -f *.[$OS] *.[$OS].a y.tab.? y.debug y.output [$OS].$TARG $TARG
term%


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] Problem in replica/pull..
  2002-10-13  4:21 [9fans] Changes to /sys/src/cmd/auth/mkfile Dan Cross
@ 2002-10-14 17:26 ` Ish Rattan
  0 siblings, 0 replies; 2+ messages in thread
From: Ish Rattan @ 2002-10-14 17:26 UTC (permalink / raw)
  To: 9fans


I tried to do

	replica/pull -v /tmp/network

and the conversation is stuck at

	!Adding key: proto=p9sk1 dom=outside.pla9.bell-labs.com
	user[bootes]:

It did work last time (months ago?), I do have the entry

auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com

at the end of /lib/ndb/local, I acn ip/ping sourves.cs but not
outside.plan9 (?).

Any ideas?

-ishwar




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-14 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-13  4:21 [9fans] Changes to /sys/src/cmd/auth/mkfile Dan Cross
2002-10-14 17:26 ` [9fans] Problem in replica/pull Ish Rattan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).