diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-18 20:06:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-18 20:06:25 +0000 |
commit | acf23bb31d0a21fdd93baea340d96caab79a91b0 (patch) | |
tree | 61edab8d254a85f3ae8a28f2538df2f8a35731b4 | |
parent | e8722fcff88a3d34b7efb6f10ae9caa89dd94fff (diff) |
Since the last beta, the pid file doesnt have to be specified. If it hasnt been specified, default to <conf>/inspircd.pid
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5766 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .inspircd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.inspircd.inc b/.inspircd.inc index 87a162a31..d1ea383a3 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -236,7 +236,7 @@ sub getpidfile { } } else { # End of includes / No includes found. - return; + return $confpath . "inspircd.pid"; } } } |