Skip to Content.
Sympa Menu

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

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 (77d621bd70c360ed20013b948817a0f27c791554)
  • Date: Sat, 31 Mar 2007 21:03:54 -0500

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

collab/phprojekt/FINAL | 5 +++++
collab/phprojekt/HISTORY | 3 +++
collab/phprojekt/POST_INSTALL | 5 -----
collab/thcnet/FINAL | 18 ++++++++++++++++++
collab/thcnet/HISTORY | 3 +++
collab/thcnet/POST_INSTALL | 18 ------------------
security/sniffit/FINAL | 4 ++++
security/sniffit/HISTORY | 3 +++
security/sniffit/POST_INSTALL | 4 ----
security/thp/FINAL | 7 +++++++
security/thp/HISTORY | 3 +++
security/thp/POST_INSTALL | 7 -------
12 files changed, 46 insertions(+), 34 deletions(-)

New commits:
commit 77d621bd70c360ed20013b948817a0f27c791554
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

sniffit moved POST_INSTALL to FINAL

commit 3cdb8722a462d0a733b835ae7ebef639fb0fcad1
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

thp moved POST_INSTALL to FINAL

commit 4085dd6f16c700f9ff9c9e804cd7ead1b5070217
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

phprojekt moved POST_INSTALL to FINAL

commit 324390c0029171db4e4b84f22be1b64cab58f0f7
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

thcnet moved POST_INSTALL to FINAL

diff --git a/collab/phprojekt/FINAL b/collab/phprojekt/FINAL
new file mode 100755
index 0000000..755fdee
--- /dev/null
+++ b/collab/phprojekt/FINAL
@@ -0,0 +1,5 @@
+message "${MESSAGE_COLOR}Please point your webserver at
/usr/share/www/$SPELL/html" &&
+message "Afterwards point your browser at <hostname>/env_test.php,"
&&
+message "to run some tests on your php install"
&&
+message "Then point your browser at <hostname>/setup.php to configure
phprojekt" &&
+message "${DEFAULT_COLOR}"
diff --git a/collab/phprojekt/HISTORY b/collab/phprojekt/HISTORY
index e7f2b04..9cc2b39 100644
--- a/collab/phprojekt/HISTORY
+++ b/collab/phprojekt/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/collab/phprojekt/POST_INSTALL b/collab/phprojekt/POST_INSTALL
deleted file mode 100755
index 755fdee..0000000
--- a/collab/phprojekt/POST_INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-message "${MESSAGE_COLOR}Please point your webserver at
/usr/share/www/$SPELL/html" &&
-message "Afterwards point your browser at <hostname>/env_test.php,"
&&
-message "to run some tests on your php install"
&&
-message "Then point your browser at <hostname>/setup.php to configure
phprojekt" &&
-message "${DEFAULT_COLOR}"
diff --git a/collab/thcnet/FINAL b/collab/thcnet/FINAL
new file mode 100755
index 0000000..0db567e
--- /dev/null
+++ b/collab/thcnet/FINAL
@@ -0,0 +1,18 @@
+cat <<EOF
+Please map an URI on your Web server to /usr/share/$SPELL
+to enable THCNET. Also make sure PHP is enabled.
+
+If you want to customize it, modify the *.template *.css files to make things
+look how you want, and modify the any and all source code as you see fit.
+
+In order to complete the installation of THCNET, you must open
+http://localhost/<URI>/thcnet.php in your browser. It will prompt you
+for values it needs to complete the installation. Click on setup and
+it will create the
+database for you and populate it.
+
+After that, the next task will be to apply as a new user. The first user to
+apply will be given sys-admin rights.
+
+Then you can customize features by clicking on the Admin link to the left.
+EOF
diff --git a/collab/thcnet/HISTORY b/collab/thcnet/HISTORY
index 07096c6..410aee7 100644
--- a/collab/thcnet/HISTORY
+++ b/collab/thcnet/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/collab/thcnet/POST_INSTALL b/collab/thcnet/POST_INSTALL
deleted file mode 100755
index 0db567e..0000000
--- a/collab/thcnet/POST_INSTALL
+++ /dev/null
@@ -1,18 +0,0 @@
-cat <<EOF
-Please map an URI on your Web server to /usr/share/$SPELL
-to enable THCNET. Also make sure PHP is enabled.
-
-If you want to customize it, modify the *.template *.css files to make things
-look how you want, and modify the any and all source code as you see fit.
-
-In order to complete the installation of THCNET, you must open
-http://localhost/<URI>/thcnet.php in your browser. It will prompt you
-for values it needs to complete the installation. Click on setup and
-it will create the
-database for you and populate it.
-
-After that, the next task will be to apply as a new user. The first user to
-apply will be given sys-admin rights.
-
-Then you can customize features by clicking on the Admin link to the left.
-EOF
diff --git a/security/sniffit/FINAL b/security/sniffit/FINAL
new file mode 100755
index 0000000..967e858
--- /dev/null
+++ b/security/sniffit/FINAL
@@ -0,0 +1,4 @@
+
+ message ""
+ message " For more info read
/usr/share/sniffit/{README.FIRST,sniffit-FAQ}."
+ message ""
\ No newline at end of file
diff --git a/security/sniffit/HISTORY b/security/sniffit/HISTORY
index 7337a44..f51cba4 100644
--- a/security/sniffit/HISTORY
+++ b/security/sniffit/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/security/sniffit/POST_INSTALL b/security/sniffit/POST_INSTALL
deleted file mode 100755
index 967e858..0000000
--- a/security/sniffit/POST_INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-
- message ""
- message " For more info read
/usr/share/sniffit/{README.FIRST,sniffit-FAQ}."
- message ""
\ No newline at end of file
diff --git a/security/thp/FINAL b/security/thp/FINAL
new file mode 100755
index 0000000..09becbe
--- /dev/null
+++ b/security/thp/FINAL
@@ -0,0 +1,7 @@
+
+ message ""
+ message " For more information - look at /usr/share/thp/READTHIS."
+ message " HINTs: "
+ message " - modify content of /usr/share/thp/{thp.conf,iptables.rules}"
+ message " - edit xinetd files (hpot,thp-*) and enable them "
+ message ""
\ No newline at end of file
diff --git a/security/thp/HISTORY b/security/thp/HISTORY
index 2e7fd1b..84aec14 100644
--- a/security/thp/HISTORY
+++ b/security/thp/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/security/thp/POST_INSTALL b/security/thp/POST_INSTALL
deleted file mode 100755
index 09becbe..0000000
--- a/security/thp/POST_INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-
- message ""
- message " For more information - look at /usr/share/thp/READTHIS."
- message " HINTs: "
- message " - modify content of /usr/share/thp/{thp.conf,iptables.rules}"
- message " - edit xinetd files (hpot,thp-*) and enable them "
- message ""
\ No newline at end of file



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

Archive powered by MHonArc 2.6.24.

Top of Page