My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/tools/filesystems/netatalk/no-suid.patch

11 lines
357 B

diff --git a/bin/afppasswd/Makefile.am b/bin/afppasswd/Makefile.am
index 578eac1..d17aa22 100644
--- a/bin/afppasswd/Makefile.am
+++ b/bin/afppasswd/Makefile.am
@@ -16,5 +16,5 @@ AM_CFLAGS = @SSL_CFLAGS@ -I$(top_srcdir)/sys \
install-exec-hook:
if HAVE_OPENSSL
- chmod u+s $(DESTDIR)$(bindir)/afppasswd
+# chmod u+s $(DESTDIR)$(bindir)/afppasswd
endif