aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2011-04-12 04:27:40 +0800
committerlx <lx@FreeBSD.org>2011-04-12 04:27:40 +0800
commit9707bb72449425cc866f77a8160cb602fa6f039b (patch)
tree63ccb44595a4fd3c2a7a6e678eabfe62ab29917e /net-im
parent1ba906fd3fdb638303c788f4cbc9f37b6203c98f (diff)
downloadfreebsd-ports-gnome-9707bb72449425cc866f77a8160cb602fa6f039b.tar.gz
freebsd-ports-gnome-9707bb72449425cc866f77a8160cb602fa6f039b.tar.zst
freebsd-ports-gnome-9707bb72449425cc866f77a8160cb602fa6f039b.zip
Remove extraneous prosodyctl patch.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/prosody/files/patch-prosodyctl23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/prosody/files/patch-prosodyctl b/net-im/prosody/files/patch-prosodyctl
deleted file mode 100644
index be367ec28c29..000000000000
--- a/net-im/prosody/files/patch-prosodyctl
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./prosodyctl.orig 2011-04-05 15:47:06.000000000 +0200
-+++ ./prosodyctl 2011-04-10 18:10:17.000000000 +0200
-@@ -53,11 +53,6 @@
- };
- _G.prosody = prosody;
-
--local dependencies = require "util.dependencies";
--if not dependencies.check_dependencies() then
-- os.exit(1);
--end
--
- config = require "core.configmanager"
-
- do
-@@ -121,8 +116,6 @@
-
- require "core.loggingmanager"
-
--dependencies.log_warnings();
--
- -- Switch away from root and into the prosody user --
- local switched_user, current_uid;
-