diff options
author | David Thiel <lx@FreeBSD.org> | 2011-04-12 04:27:40 +0800 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2011-04-12 04:27:40 +0800 |
commit | e391f751cf5c0fff94696787ced994818d199ded (patch) | |
tree | c95ff18978253ea68944fba6ff29127f27714846 /net-im/prosody | |
parent | f8272a5a5927e4f15bc9306851e2de9e3e847680 (diff) | |
download | freebsd-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-prosodyctl | 23 |
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; - |