|
From: <kr...@us...> - 2007-04-18 18:46:48
|
Revision: 858
http://svn.sourceforge.net/astlinux/?rev=858&view=rev
Author: krisk84
Date: 2007-04-18 11:46:48 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
make dnsmasq accept an existing dnsmasq.conf file
Modified Paths:
--------------
trunk/package/dnsmasq/dnsmasq.mk
Modified: trunk/package/dnsmasq/dnsmasq.mk
===================================================================
--- trunk/package/dnsmasq/dnsmasq.mk 2007-04-18 18:46:15 UTC (rev 857)
+++ trunk/package/dnsmasq/dnsmasq.mk 2007-04-18 18:46:48 UTC (rev 858)
@@ -30,7 +30,7 @@
$(STRIP) $(TARGET_DIR)/$(DNSMASQ_TARGET_BINARY)
$(INSTALL) -D -m 0755 package/dnsmasq/dnsmasq.init $(TARGET_DIR)/etc/init.d/dnsmasq
rm -rf $(TARGET_DIR)/usr/man
- ln -sf /tmp/etc/dnsmasq.conf $(TARGET_DIR)/etc/dnsmasq.conf
+ -ln -s /tmp/etc/dnsmasq.conf $(TARGET_DIR)/etc/dnsmasq.conf
dnsmasq: uclibc $(TARGET_DIR)/$(DNSMASQ_TARGET_BINARY)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|