Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e28c57fc4fbdac2c1109893a83065da591b42744)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e28c57fc4fbdac2c1109893a83065da591b42744)
  • Date: Sat, 17 Feb 2007 10:47:07 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

net/dhcp/HISTORY | 4 ++++
net/dhcp/INSTALL | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit e28c57fc4fbdac2c1109893a83065da591b42744
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

net/dhcp: INSTALL - removed the silly change for absolute path and added
$INSTALL_ROOT to the install command as per the comment on sm-commit

diff --git a/net/dhcp/HISTORY b/net/dhcp/HISTORY
index b102cb6..da8d560 100644
--- a/net/dhcp/HISTORY
+++ b/net/dhcp/HISTORY
@@ -1,3 +1,7 @@
+2007-02-17 Elisamuel Resto <ryuji AT sourcemage.org>
+ * INSTALL: Added $INSTALL_ROOT for the targets and removed
+ the $SOURCE_DIRECTORY as per the comment on sm-commit
+
2007-02-04 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: Updated to 3.0.5, added GPG checks and added keywords
* INSTALL: Use absolute paths for the two install comands
diff --git a/net/dhcp/INSTALL b/net/dhcp/INSTALL
index 452551e..81f85ff 100755
--- a/net/dhcp/INSTALL
+++ b/net/dhcp/INSTALL
@@ -1,3 +1,3 @@
default_install &&
-install -m 644 $SOURCE_DIRECTORY/client/dhclient.conf
/etc/dhclient.conf.example &&
-install -m 644 $SOURCE_DIRECTORY/server/dhcpd.conf /etc/dhcpd.conf.example
+install -m 644 client/dhclient.conf
$INSTALL_ROOT/etc/dhclient.conf.example &&
+install -m 644 server/dhcpd.conf $INSTALL_ROOT/etc/dhcpd.conf.example



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e28c57fc4fbdac2c1109893a83065da591b42744), Elisamuel Resto, 02/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page