[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (3a75fb87320f93b1721f26542bb5d605611204a0)

Mathieu Lonjaret scm at sourcemage.org
Thu Aug 21 12:56:28 EDT 2008


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 ChangeLog           |    3 +++
 http/pglogd/HISTORY |    5 ++++-
 http/pglogd/INSTALL |   12 ++++++++++++
 3 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 3a75fb87320f93b1721f26542bb5d605611204a0
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    latex/psfig: new spell

commit cdac68cf4c219b0266292c50d41bfae9441b255c
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    pglogd: added INSTALL

diff --git a/ChangeLog b/ChangeLog
index f73f632..cd08b0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-21 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* latex/psfig: new pseudo spell to fix bugs 12213 and 12389
+
 2008-08-21 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* FUNCTIONS: added default_grimoire_post_install which takes care of
 	  moving bad paths into the proper place (currently man and info)
diff --git a/http/pglogd/HISTORY b/http/pglogd/HISTORY
index 6d6e2e1..5cff28f 100644
--- a/http/pglogd/HISTORY
+++ b/http/pglogd/HISTORY
@@ -1,4 +1,7 @@
-2008-08-19 Mathieu Lonjaret <lonjaret at sourcemage.org>
+2008-08-21: Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* INSTALL: added, forgot it at last commit.
+
+2008-08-19 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS, INSTALL, BUILD: setting it up to api2, cleaning up, and
 	update to 2.3. rm FINAL. fixes bug #12335
 
diff --git a/http/pglogd/INSTALL b/http/pglogd/INSTALL
new file mode 100755
index 0000000..fae1c10
--- /dev/null
+++ b/http/pglogd/INSTALL
@@ -0,0 +1,12 @@
+cd ${SOURCE_DIRECTORY}                                        &&
+install -m 0755 pglogd pglogctl                               \
+${INSTALL_ROOT}/usr/sbin/                                     &&
+sed -i -r 's:/var/log/pglogd.log:/var/log/pglogd/pglogd.log:' \
+pglogd.conf                                                   &&
+sed -i -r 's:/usr/site/logs/pglogd_overflow:/var/log/pglogd/pglogd_overflow:' \
+pglogd.conf                                                   &&
+install_config_file pglogd.conf                               \
+${INSTALL_ROOT}/etc/pglogd.conf                               &&
+mkdir -p ${INSTALL_ROOT}/usr/share/doc/pglogd/                &&
+install *.sql queries.txt $SCRIPT_DIRECTORY/pglogd.quick      \
+${INSTALL_ROOT}/usr/share/doc/pglogd/



More information about the SM-Commit mailing list