Package: galrey
Version: 1.0.1-1
Severity: normal
Tags: patch
Galrey is documented to look for galrey.rc in the users home
directory, but does not do so. Patch:
--- /usr/bin/galrey~ 2004-01-10 20:31:58.000000000 -0800
+++ /usr/bin/galrey 2005-10-06 01:01:01.000000000 -0700
@@ -70,7 +70,7 @@
if ($config_open eq 0)
{
$config_open = 2;
- open (CONFIG, "<~/$c_config") or $config_open = 0;
+ open (CONFIG, "<$ENV{'HOME'}/$c_config") or $config_open = 0;
}
if ($config_open eq 0)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages galrey depends on:
ii imagemagick 6:6.2.4.5-0.1 Image manipulation programs
ii perl 5.8.7-5 Larry Wall's Practical Extraction
galrey recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]