Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792149
en ru br
ALT Linux repos
S:1.9.5-alt1
5.0: 1.6.19-alt1.M50.1
4.1: 1.6.19-alt1.M41.1
4.0: 1.6.19-alt1.M40.1
3.0: 1.6.17-alt2

Other repositories
Upstream:1.6.18

Group :: Networking/IRC
RPM: eggdrop

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: eggdrop-pathes.patch
Download


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 */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin