Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > d659130fb9d95f7926e7fd1e0ba1d4b3 > files > 2

talk-0.17-alt3.src.rpm

--- netkit-ntalk-0.17/talk/Makefile.strip	Sun Aug  1 05:20:44 1999
+++ netkit-ntalk-0.17/talk/Makefile	Wed Jun 19 17:38:12 2002
@@ -16,7 +16,7 @@
 $(OBJS): talk.h ../include/prot_talkd.h ../version.h
 
 install: talk
-	install -s -m$(BINMODE) talk $(INSTALLROOT)$(BINDIR)
+	install -m$(BINMODE) talk $(INSTALLROOT)$(BINDIR)
 	install -m$(MANMODE) talk.1 $(INSTALLROOT)$(MANDIR)/man1/
 
 clean:
--- netkit-ntalk-0.17/talkd/Makefile.strip	Sun Aug  1 05:20:44 1999
+++ netkit-ntalk-0.17/talkd/Makefile	Wed Jun 19 17:38:40 2002
@@ -13,7 +13,7 @@
 $(OBJS): proto.h ../include/prot_talkd.h ../version.h
 
 install: talkd
-	install -s -m$(DAEMONMODE) talkd $(INSTALLROOT)$(SBINDIR)/in.ntalkd
+	install -m$(DAEMONMODE) talkd $(INSTALLROOT)$(SBINDIR)/in.ntalkd
 	ln -sf in.ntalkd $(INSTALLROOT)$(SBINDIR)/in.talkd
 	install -m$(MANMODE) talkd.8 $(INSTALLROOT)$(MANDIR)/man8/in.ntalkd.8
 	ln -sf in.ntalkd.8 $(INSTALLROOT)$(MANDIR)/man8/in.talkd.8
--- netkit-ntalk-0.17/talkd/announce.c.orig	Mon Mar 12 07:11:51 2001
+++ netkit-ntalk-0.17/talkd/announce.c	Mon Mar 12 07:11:57 2001
@@ -40,6 +40,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+#include <time.h>
 #include <sys/wait.h>
 #include <sys/socket.h>
 #include <errno.h>
--- netkit-ntalk-0.17/talkd/table.c.orig	1998-11-27 10:58:47 +0300
+++ netkit-ntalk-0.17/talkd/table.c	2003-09-12 16:13:08 +0400
@@ -53,6 +53,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <netinet/in.h>
 
 #include "prot_talkd.h"