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

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


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

Log Message:
-----------
ensure we unset DISPLAY before initializing the screen session

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

Modified Paths:
--------------
    catalog_signatures/bin/daemon_init

Modified: catalog_signatures/bin/daemon_init
===================================================================
--- catalog_signatures/bin/daemon_init	2011-07-21 03:12:47 UTC (rev 438)
+++ catalog_signatures/bin/daemon_init	2011-07-21 03:13:07 UTC (rev 439)
@@ -1,6 +1,8 @@
 #!/opt/csw/bin/bash
 
+unset DISPLAY
+
 APPHOME=/home/bwalton/catalog_signature
+rm ${APPHOME}/tmp/gpg-agent.conf
 
-rm ${APPHOME}/tmp/gpg-agent.conf
 exec screen -c ${APPHOME}/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