From ac4b1df56a1b4d823590bcbcc4869aedf6a78b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 22 May 2018 10:16:12 +0200 Subject: [PATCH] fixup! proftpd: new component To be usable in a "system level" slapos with multiple users, executables scripts must be 0755 --- component/proftpd/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/proftpd/buildout.cfg b/component/proftpd/buildout.cfg index 6bcf08bcd..29abec57d 100644 --- a/component/proftpd/buildout.cfg +++ b/component/proftpd/buildout.cfg @@ -63,13 +63,13 @@ command = location=${proftpd:location}/libexec/mod_auth_web.so -# ftpasswod: a perl script to manage a proftpd AuthUserFile +# ftpasswd: a perl script to manage a proftpd AuthUserFile [ftpasswd] recipe = slapos.recipe.build:download url = https://raw.githubusercontent.com/proftpd/proftpd/v1.3.6/contrib/ftpasswd md5sum = 4a47df2cab86d8de7077a445bb416f31 download-only = true -mode = 0700 +mode = 0755 [proftpd-output] -- 2.30.9