Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mark Bainter (e3d3b0ba89f48bd6c4fccf97228b6a1b9441b793)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mark Bainter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (e3d3b0ba89f48bd6c4fccf97228b6a1b9441b793)
  • Date: Mon, 26 Mar 2007 22:11:17 -0500

GIT changes to master grimoire by Mark Bainter <mbainter@baldur.(none)>:

net/xinetd/FINAL | 6 ------
net/xinetd/HISTORY | 4 ++++
net/xinetd/POST_INSTALL | 5 +++++
net/xinetd/xinetd.conf | 1 +
4 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit e3d3b0ba89f48bd6c4fccf97228b6a1b9441b793
Author: Mark Bainter <mbainter@baldur.(none)>
Commit: Mark Bainter <mbainter@baldur.(none)>

xinetd: Fix for bug #11563

diff --git a/net/xinetd/FINAL b/net/xinetd/FINAL
deleted file mode 100755
index a040262..0000000
--- a/net/xinetd/FINAL
+++ /dev/null
@@ -1,6 +0,0 @@
-ID="includedir /etc/xinetd.d"
-mkdir -p /etc/xinetd.d
-mkdir -p /var/log/xinetd
-
-[ -f /etc/xinetd.conf ] ||
-echo "$ID" > /etc/xinetd.conf
diff --git a/net/xinetd/HISTORY b/net/xinetd/HISTORY
index b20c884..6c96739 100755
--- a/net/xinetd/HISTORY
+++ b/net/xinetd/HISTORY
@@ -1,3 +1,7 @@
+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
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/xinetd/POST_INSTALL b/net/xinetd/POST_INSTALL
new file mode 100755
index 0000000..b14dbdf
--- /dev/null
+++ b/net/xinetd/POST_INSTALL
@@ -0,0 +1,5 @@
+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
diff --git a/net/xinetd/xinetd.conf b/net/xinetd/xinetd.conf
new file mode 100644
index 0000000..289f922
--- /dev/null
+++ b/net/xinetd/xinetd.conf
@@ -0,0 +1 @@
+ID="includedir /etc/xinetd.d"




Archive powered by MHonArc 2.6.24.

Top of Page