Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Fri Jul  2 11:47:13 UTC 1999

Modified Files:
        basesrc/usr.sbin: Makefile
Added Files:
        basesrc/usr.sbin/rip6query: Makefile rip6query.c
        basesrc/usr.sbin/route6d: Makefile route6d.8 route6d.c route6d.h

Log Message:
route6d: RIPng daemon (similar to route6d)
rip6query: RIPng query (similar to ripquery)

NOTE: we usually do not run route6d on end nodes at startup (rtsol should do
the trick).  So I figured that route6d can be in /usr/sbin, not in /sbin
(routed is in /sbin).  Correct me if I'm wrong.


To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 basesrc/usr.sbin/Makefile
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/rip6query/Makefile \
    basesrc/usr.sbin/rip6query/rip6query.c
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/route6d/Makefile \
    basesrc/usr.sbin/route6d/route6d.8 basesrc/usr.sbin/route6d/route6d.c \
    basesrc/usr.sbin/route6d/route6d.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index