Em 21/07/2011 04:29, <[email protected]> escreveu: > > Revision: 483 > http://opencsw.svn.sourceforge.net/opencsw/?rev=483&view=rev > Author: bdwalton > Date: 2011-07-21 03:28:57 +0000 (Thu, 21 Jul 2011) > > Log Message: > ----------- > ensure we export a nicer path. > > Signed-off-by: Ben Walton <[email protected]> > > Modified Paths: > -------------- > catalog_signatures/bin/signing_daemon > > Modified: catalog_signatures/bin/signing_daemon > =================================================================== > --- catalog_signatures/bin/signing_daemon 2011-07-21 03:28:38 UTC (rev 482) > +++ catalog_signatures/bin/signing_daemon 2011-07-21 03:28:57 UTC (rev 483) > @@ -1,6 +1,7 @@ > #!/opt/csw/bin/bash > > unset DISPLAY > +PATH=/opt/csw/gnu:/opt/csw/bin:$PATH
Perhaps we should ignore the original PATH as a security measure? > > #dynamically determine where we live... > MYPATH="$(readlink -f $(dirname $0))" > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > _______________________________________________ > devel mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/devel
_______________________________________________ devel mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/devel
