aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/prosody
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2011-04-12 04:27:40 +0800
committerDavid Thiel <lx@FreeBSD.org>2011-04-12 04:27:40 +0800
commite391f751cf5c0fff94696787ced994818d199ded (patch)
treec95ff18978253ea68944fba6ff29127f27714846 /net-im/prosody
parentf8272a5a5927e4f15bc9306851e2de9e3e847680 (diff)
downloadfreebsd-ports-gnome-e391f751cf5c0fff94696787ced994818d199ded.tar.gz
freebsd-ports-gnome-e391f751cf5c0fff94696787ced994818d199ded.tar.zst
freebsd-ports-gnome-e391f751cf5c0fff94696787ced994818d199ded.zip
Remove extraneous prosodyctl patch.
Diffstat (limited to 'net-im/prosody')
-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;
-