diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-11-28 02:02:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-11-28 02:02:14 +0000 |
commit | a94ce78fa7e3bd80155790293be4b5e4d2ad22d4 (patch) | |
tree | ed785b4fe8fec9e0b5945545c7f6be256e3dbc7d /irc/inspircd/files | |
parent | 21b2a713f4bf287bd395d8cdb5c8304aef913e76 (diff) | |
download | ports-a94ce78fa7e3bd80155790293be4b5e4d2ad22d4.tar.gz ports-a94ce78fa7e3bd80155790293be4b5e4d2ad22d4.zip |
Notes
Diffstat (limited to 'irc/inspircd/files')
-rw-r--r-- | irc/inspircd/files/patch-src_inspircd.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/inspircd/files/patch-src_inspircd.cpp b/irc/inspircd/files/patch-src_inspircd.cpp index a05dba7a62fb..e69de29bb2d1 100644 --- a/irc/inspircd/files/patch-src_inspircd.cpp +++ b/irc/inspircd/files/patch-src_inspircd.cpp @@ -1,11 +0,0 @@ ---- src/inspircd.cpp.orig 2010-12-11 15:07:45.000000000 +0900 -+++ src/inspircd.cpp 2010-12-11 15:08:11.000000000 +0900 -@@ -274,7 +274,7 @@ - { - std::string fname(filename); - if (fname.empty()) -- fname = "data/inspircd.pid"; -+ fname = "/var/run/inspircd/inspircd.pid"; - std::ofstream outfile(fname.c_str()); - if (outfile.is_open()) - { |