-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jose Carlos Garcia Sogo wrote:
> Can you check what is in /usr/bin/conduit.real?
My conduit.real looks the same as in SVN rev 1774:
$ cat /usr/bin/conduit.real
#!/usr/bin/python
"""
This module tests whether conduit appears
to be running from the source directory.
If this is the case it will modify the conduit
constants such as SHARED_DATA_DIR to reflect this
environment.
Copyright: John Stowers, 2006
License: GPLv2
"""
import sys
import os.path
#support running uninstalled
_dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
if os.path.exists(os.path.join(_dirname,"ChangeLog")):
sys.path.insert(0, _dirname)
import conduit
import conduit.Logging
import conduit.Main
app = conduit.Main.Application()
Running `stat` on it shows:
$ LC_ALL=C stat /usr/bin/conduit.real
File: `/usr/bin/conduit.real'
Size: 579 Blocks: 8 IO Block: 4096 regular file
Device: fe00h/65024d Inode: 5376 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2009-04-01 16:15:43.393190413 +0200
Modify: 2008-12-21 13:12:50.000000000 +0100
Change: 2009-04-01 10:57:40.849190245 +0200
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknTeEYACgkQeJ3z1zFMUGb94ACfcBEPgcE92TTdedWns0AHEh3z
F98An0rkrQUP2cMDElyfzlyt+vurwEYz
=YXhK
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]