[SM-Commit] GIT changes to master grimoire by Mark Bainter (e3d3b0ba89f48bd6c4fccf97228b6a1b9441b793)
Mark Bainter
scm at mail.sourcemage.org
Mon Mar 26 23:11:17 EDT 2007
GIT changes to master grimoire by Mark Bainter <mbainter at 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 at baldur.(none)>
Commit: Mark Bainter <mbainter at 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"
More information about the SM-Commit
mailing list