Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (4dc2b0868fd059c1868137649843d995bc2ec5ee)
  • Date: Sat, 31 Mar 2007 20:04:26 -0500

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

net/xinetd/HISTORY | 3 +++
net/xinetd/INSTALL | 7 +++++++
net/xinetd/POST_INSTALL | 5 -----
3 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 4dc2b0868fd059c1868137649843d995bc2ec5ee
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

xinetd moved POST_INSTALL to INSTALL and added some INSTALL_ROOT stuff

diff --git a/net/xinetd/HISTORY b/net/xinetd/HISTORY
old mode 100755
new mode 100644
index 6c96739..5c4e0ae
--- a/net/xinetd/HISTORY
+++ b/net/xinetd/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to INSTALL and added some INSTALL_ROOT stuff
+
2007-03-26 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
* FINAL: moved to POST_INSTALL
* POST_INSTALL: Changed to use install_config_file and fix bug#11563
diff --git a/net/xinetd/INSTALL b/net/xinetd/INSTALL
new file mode 100755
index 0000000..895d352
--- /dev/null
+++ b/net/xinetd/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+mkdir -p ${INSTALL_ROOT}/etc/xinetd.d &&
+mkdir -p ${INSTALL_ROOT}/var/log/xinetd &&
+
+[ -f /etc/xinetd.conf ] ||
+ install_config_file $SCRIPT_DIRECTORY/xinetd.conf
$INSTALL_ROOT/etc/xinetd.conf
diff --git a/net/xinetd/POST_INSTALL b/net/xinetd/POST_INSTALL
deleted file mode 100755
index b14dbdf..0000000
--- a/net/xinetd/POST_INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-mkdir -p /etc/xinetd.d
-mkdir -p /var/log/xinetd
-
-[ -f /etc/xinetd.conf ] ||
- install_config_file $SCRIPT_DIRECTORY/xinetd.conf
$INSTALL_ROOT/etc/xinetd.conf



  • [SM-Commit] GIT changes to master grimoire by David Brown (4dc2b0868fd059c1868137649843d995bc2ec5ee), David Brown, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page