Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/newstartd



Date:	Monday September 20, 1999 @ 18:53
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/newstartd
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv27554

Modified Files:
	Makefile 
Log Message:
/usr/ucb/ln doesn't like the -sf as much as /usr/bin/ln.
/usr/bin/ln -sf doesn't like it if the symbolic link already exists

(above true at least for Solaris)

--Carlos V.




****************************************

Index: Vanilla/newstartd/Makefile
diff -u Vanilla/newstartd/Makefile:1.13 Vanilla/newstartd/Makefile:1.14
--- Vanilla/newstartd/Makefile:1.13	Fri Jul 16 08:31:15 1999
+++ Vanilla/newstartd/Makefile	Mon Sep 20 18:53:11 1999
@@ -39,7 +39,7 @@
           /bin/mkdir $(LIBDIR); \
         fi
 	$(INSTALL) $(INSTALLOPTS) newstartd $(LIBDIR)/newstartd
-	(cd $(LIBDIR); ln -sf newstartd netrekd)
+	(cd $(LIBDIR); /usr/bin/rm -f netrekd; /usr/bin/ln -sf newstartd netrekd)
 
 depend: 
 	touch .depend