[csw-devel] SF.net SVN: opencsw:[466] catalog_signatures

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:22:50 CEST 2011


Revision: 466
          http://opencsw.svn.sourceforge.net/opencsw/?rev=466&view=rev
Author:   bdwalton
Date:     2011-07-21 03:22:50 +0000 (Thu, 21 Jul 2011)

Log Message:
-----------
rename catalog_daemon to http_daemon_init and update the screen config to reflect this

Signed-off-by: Ben Walton <bwalton at opencsw.org>

Modified Paths:
--------------
    catalog_signatures/etc/screenrc

Added Paths:
-----------
    catalog_signatures/bin/http_daemon_init

Removed Paths:
-------------
    catalog_signatures/bin/catalog_daemon

Deleted: catalog_signatures/bin/catalog_daemon
===================================================================
--- catalog_signatures/bin/catalog_daemon	2011-07-21 03:22:19 UTC (rev 465)
+++ catalog_signatures/bin/catalog_daemon	2011-07-21 03:22:50 UTC (rev 466)
@@ -1,12 +0,0 @@
-#!/opt/csw/bin/bash
-
-# APP_* should be inherited from the initialization script
-
-PATH=/opt/csw/bin:/opt/csw/gnu:$PATH
-
-# warm up the passphrase...
-gpg --yes --homedir "${APP_GPG}" --clearsign --armor --output "${APP_TMP}/$(basename ${APP_DAEMON}).asc" "${APP_DAEMON}"
-
-screen -t verification 0 ${APP_BIN}/daemon_verify
-
-exec "${APP_DAEMON}"

Copied: catalog_signatures/bin/http_daemon_init (from rev 465, catalog_signatures/bin/catalog_daemon)
===================================================================
--- catalog_signatures/bin/http_daemon_init	                        (rev 0)
+++ catalog_signatures/bin/http_daemon_init	2011-07-21 03:22:50 UTC (rev 466)
@@ -0,0 +1,12 @@
+#!/opt/csw/bin/bash
+
+# APP_* should be inherited from the initialization script
+
+PATH=/opt/csw/bin:/opt/csw/gnu:$PATH
+
+# warm up the passphrase...
+gpg --yes --homedir "${APP_GPG}" --clearsign --armor --output "${APP_TMP}/$(basename ${APP_DAEMON}).asc" "${APP_DAEMON}"
+
+screen -t verification 0 ${APP_BIN}/daemon_verify
+
+exec "${APP_DAEMON}"

Modified: catalog_signatures/etc/screenrc
===================================================================
--- catalog_signatures/etc/screenrc	2011-07-21 03:22:19 UTC (rev 465)
+++ catalog_signatures/etc/screenrc	2011-07-21 03:22:50 UTC (rev 466)
@@ -4,4 +4,4 @@
 
 sessionname gpg-daemon
 
-screen -t daemon 1 "${APP_BIN}/catalog_daemon"
+screen -t daemon 1 "${APP_BIN}/http_daemon_init"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list