*** FILES.orig Mon Mar 6 16:21:09 2000 --- FILES Fri Mar 24 19:46:34 2000 *************** *** 15,20 **** --- 15,21 ---- multilog.c tai64n.c tai64nlocal.c + tai64nunix.c softlimit.c setuidgid.c envuidgid.c *** Makefile.orig Mon Mar 6 16:21:09 2000 --- Makefile Fri Mar 24 19:26:57 2000 *************** *** 336,342 **** prog: \ svscan supervise svc svok svstat fghack multilog tai64n tai64nlocal \ ! softlimit setuidgid envuidgid envdir setlock rts matchtest prot.o: \ compile prot.c hasshsgr.h prot.h --- 336,342 ---- prog: \ svscan supervise svc svok svstat fghack multilog tai64n tai64nlocal \ ! tai64nunix softlimit setuidgid envuidgid envdir setlock rts matchtest prot.o: \ compile prot.c hasshsgr.h prot.h *************** *** 534,539 **** --- 534,547 ---- tai64nlocal.o: \ compile tai64nlocal.c buffer.h exit.h fmt.h ./compile tai64nlocal.c + + tai64nunix: \ + load tai64nunix.o unix.a byte.a + ./load tai64nunix unix.a byte.a + + tai64nunix.o: \ + compile tai64nunix.c buffer.h exit.h fmt.h + ./compile tai64nunix.c tai_now.o: \ compile tai_now.c tai.h uint64.h *** TARGETS.orig Mon Mar 6 16:21:09 2000 --- TARGETS Fri Mar 24 19:49:20 2000 *************** *** 109,114 **** --- 109,116 ---- tai64n tai64nlocal.o tai64nlocal + tai64nunix.o + tai64nunix softlimit.o softlimit setuidgid.o *** conf-home.orig Mon Mar 6 16:21:09 2000 --- conf-home Fri Mar 24 19:24:37 2000 *************** *** 1,4 **** ! /usr/local This is the daemontools home directory. Programs will be installed in .../bin. --- 1,4 ---- ! /pkgs/daemontools-0.70 This is the daemontools home directory. Programs will be installed in .../bin. *** hier.c.orig Mon Mar 6 16:21:09 2000 --- hier.c Fri Mar 24 19:55:44 2000 *************** *** 15,20 **** --- 15,21 ---- c(auto_home,"bin","multilog",-1,-1,0755); c(auto_home,"bin","tai64n",-1,-1,0755); c(auto_home,"bin","tai64nlocal",-1,-1,0755); + c(auto_home,"bin","tai64nunix",-1,-1,0755); c(auto_home,"bin","softlimit",-1,-1,0755); c(auto_home,"bin","setuidgid",-1,-1,0700); c(auto_home,"bin","envuidgid",-1,-1,0755); .