Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37661682
en ru br
Репозитории ALT
S:1.9.5-alt1
5.1: 1.6.19-alt2
4.1: 1.6.19-alt1.M41.1
4.0: 1.6.19-alt1.M40.1
3.0: 1.6.17-alt2
www.altlinux.org/Changes

Другие репозитории
Upstream:1.6.18

Группа :: Сети/IRC
Пакет: eggdrop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: eggdrop-pathes.patch
Скачать


diff --git a/src/eggdrop.h b/src/eggdrop.h
index 9c9f4c9f..bdb65415 100644
--- a/src/eggdrop.h
+++ b/src/eggdrop.h
@@ -71,7 +71,7 @@
 
 
 /* Language stuff */
-#define LANGDIR  "./language" /* language file directory                   */
+#define LANGDIR  "/usr/share/eggdrop/language" /* language file directory                   */
 #define BASELANG "english"    /* language which always gets loaded before
                                  all other languages. You do not want to
                                  change this.                              */
diff --git a/src/main.c b/src/main.c
index 682da41f..ea9e569f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -120,7 +120,7 @@ int con_chan = 0;   /* Foreground: constantly display channel stats? */
 int term_z = -1;    /* Foreground: use the terminal as a partyline?  */
 int use_stderr = 1; /* Send stuff to stderr instead of logfiles?     */
 
-char configfile[121] = "eggdrop.conf";  /* Default config file name */
+char configfile[121] = "/etc/eggdrop.conf";  /* Default config file name */
 char pid_file[121];                     /* Name of the pid file     */
 char helpdir[121] = "help/";            /* Directory of help files  */
 char textdir[121] = "text/";            /* Directory for text files */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin