[csw-devel] SF.net SVN: opencsw:[463] catalog_signatures/bin

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


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

Log Message:
-----------
rename the initial script to be signing_daemon

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

Added Paths:
-----------
    catalog_signatures/bin/signing_daemon

Removed Paths:
-------------
    catalog_signatures/bin/daemon_init

Deleted: catalog_signatures/bin/daemon_init
===================================================================
--- catalog_signatures/bin/daemon_init	2011-07-21 03:21:12 UTC (rev 462)
+++ catalog_signatures/bin/daemon_init	2011-07-21 03:21:37 UTC (rev 463)
@@ -1,15 +0,0 @@
-#!/opt/csw/bin/bash
-
-unset DISPLAY
-
-APP_HOME=/opt/catalog_signatures
-APP_BIN=${APP_HOME}/bin
-APP_GPG=${APP_HOME}/etc/gpg
-APP_TMP=${APP_HOME}/tmp
-APP_GPG_ENV=${APP_TMP}/gpg-agent-env.conf
-
-export APP_HOME APP_BIN APP_GPG APP_TMP APP_GPG_ENV
-
-rm -f ${APP_GPG_ENV}
-
-gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c "${APP_HOME}/etc/screenrc" -p 0

Copied: catalog_signatures/bin/signing_daemon (from rev 462, catalog_signatures/bin/daemon_init)
===================================================================
--- catalog_signatures/bin/signing_daemon	                        (rev 0)
+++ catalog_signatures/bin/signing_daemon	2011-07-21 03:21:37 UTC (rev 463)
@@ -0,0 +1,15 @@
+#!/opt/csw/bin/bash
+
+unset DISPLAY
+
+APP_HOME=/opt/catalog_signatures
+APP_BIN=${APP_HOME}/bin
+APP_GPG=${APP_HOME}/etc/gpg
+APP_TMP=${APP_HOME}/tmp
+APP_GPG_ENV=${APP_TMP}/gpg-agent-env.conf
+
+export APP_HOME APP_BIN APP_GPG APP_TMP APP_GPG_ENV
+
+rm -f ${APP_GPG_ENV}
+
+gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c "${APP_HOME}/etc/screenrc" -p 0


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