X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.inspircd.inc;h=67daff2fe28aa830eb577581dafae034907bcdee;hb=594a49003b4cd2ad987894cef7dbc7940002ca31;hp=05182c57ccc7fe889f8e44f878ef7e66a449fada;hpb=571542d1f0fad81963afb81640118dc7d06547ba;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index 05182c57c..67daff2fe 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -21,8 +21,6 @@ my $libpath = "@LIBRARY_DIR@"; my $executable = "@EXECUTABLE@"; my @filesparsed; -$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$libpath"; - # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder) my $arg = $ARGV[0]; getpidfile($confpath."inspircd.conf"); @@ -86,14 +84,8 @@ sub start { if (getstatus() == 1) { print "InspIRCd is already running.\n"; return 0; } # If we are still alive here.. Try starting the IRCd.. system("$binpath/$executable"); - sleep 1; - if (getstatus() == 0) { - print "InspIRCd Seemingly not started, Log follows:\n"; - system("tail $binpath/ircd.log"); - } else { - # We're good! - return 1; - } + sleep 2; + return 1; } sub debug {