Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (586642f77c39971757cb5cc37c186e527d74d0b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (586642f77c39971757cb5cc37c186e527d74d0b5)
  • Date: Sat, 7 Apr 2007 12:57:46 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

net/dhcp/HISTORY | 3 +++
net/dhcp/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 586642f77c39971757cb5cc37c186e527d74d0b5
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

dhcp fixed bug 11446 by setting libdir and incdir in INSTALL file

diff --git a/net/dhcp/HISTORY b/net/dhcp/HISTORY
index 05c2c1b..cef46c6 100644
--- a/net/dhcp/HISTORY
+++ b/net/dhcp/HISTORY
@@ -1,3 +1,6 @@
+2007-04-07 David Brown <dmlb2000 AT gmail.com>
+ * INSTALL: changed out default_install for manual call (bug #11446)
+
2007-02-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFIGURE: added to pick dbus enabler code or not
* PRE_BUILD: added to apply necessary patches
diff --git a/net/dhcp/INSTALL b/net/dhcp/INSTALL
index 81f85ff..464282e 100755
--- a/net/dhcp/INSTALL
+++ b/net/dhcp/INSTALL
@@ -1,3 +1,3 @@
-default_install &&
+make LIBDIR=/usr/lib INCDIR=/usr/include install &&
install -m 644 client/dhclient.conf
$INSTALL_ROOT/etc/dhclient.conf.example &&
install -m 644 server/dhcpd.conf $INSTALL_ROOT/etc/dhcpd.conf.example




Archive powered by MHonArc 2.6.24.

Top of Page