From b73ff0e182828a5521269b63d6537562c34acbe1 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 4 Jul 2008 15:25:10 +0200 Subject: [PATCH] New paths --- Startup.pm | 4 ++-- config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Startup.pm b/Startup.pm index 7b8fca6..fcda725 100644 --- a/Startup.pm +++ b/Startup.pm @@ -4,10 +4,10 @@ use warnings; use base 'Exporter'; #Where are data? -our $directory = '/home/vorner/skola/cvika/internet/impl'; +our $directory = '/home/vorner/prog/pciids/'; our @EXPORT=qw($directory); #Where are the modules? -use lib ( '/home/vorner/skola/cvika/internet/impl' ); +use lib ( '/home/vorner/prog/pciids/' ); 1; diff --git a/config b/config index 9d80c17..52a8760 100644 --- a/config +++ b/config @@ -6,6 +6,6 @@ regmailsalt = 1234 authsalt = 1234 from_addr = vorner+pciids@ucw.cz sendmail = /home/vorner/bin/sendmail-apache -logfile = /home/vorner/skola/cvika/internet/impl/pciids.log +logfile = /home/vorner/prog/pciids/pciids.log hostname = localhost xmpp_pipe = /home/vorner/bin/xmpp_pipe -- 2.39.2