Correct filesystem permissions on daemon module
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 20 Feb 2017 06:32:53 +0000 (06:32 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 20 Feb 2017 06:32:53 +0000 (06:32 +0000)
commit2e63544e800a2465ced646a7a044412a9ded0957
tree11fb60b2361a6414ef46e9cb9e1df93d5f657d2d
parent085c2ad304d6aa56525eac426fb66a6078008957
Correct filesystem permissions on daemon module

When the executable script was moved to become an in-package module,
its permissions were incorrectly left executable. Correct them to
match the other modules in the package.
mudpy/daemon.py [changed mode: 0755->0644]