From: Bob Brewer <ipfire-devel@grantura.co.uk>
To: development@lists.ipfire.org
Subject: sendEmail-1.56-1
Date: Sat, 02 Feb 2019 18:47:19 +0000 [thread overview]
Message-ID: <q34ojn$jm5$1@tuscan3.grantura.co.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 881 bytes --]
I installed the sendEmail addon with pakfire which installs
/usr/local/bin/sendEmail OK but I think it has incorrect owners and
permissions.
As installed it has:
-rwxr-xr-x 1 503 tape 80215 Dec 6 2012 sendEmail
which I think should be:
-rwsr-x--- 1 root nobody 80215 Dec 6 2012 sendEmail
This patch to lfs/sendEmail should correct it
diff -u lfs/sendEmail lfs/sendEmail.1
--- lfs/sendEmail 2019-01-20 10:07:56.128391962 +0000
+++ lfs/sendEmail.1 2019-02-02 18:08:58.823295469 +0000
@@ -63,7 +63,8 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin
- chmod 755 /usr/local/bin/sendEmail
+ chown root.nobody /usr/local/bin/sendEmail
+ chmod 04750 /usr/local/bin/sendEmail
@rm -rf $(DIR_APP)
@$(POSTBUILD)
HTH
Rob
next reply other threads:[~2019-02-02 18:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-02 18:47 Bob Brewer [this message]
2019-02-06 11:13 ` sendEmail-1.56-1 Michael Tremer
2019-02-06 21:35 ` sendEmail-1.56-1 Rob Brewer
2019-02-08 12:29 ` sendEmail-1.56-1 Michael Tremer
2019-02-10 17:49 ` sendEmail-1.56-1 Rob Brewer
2019-02-10 22:00 ` sendEmail-1.56-1 Rob Brewer
2019-02-13 17:25 ` sendEmail-1.56-1 Michael Tremer
2019-02-13 22:49 ` [PATCH] sendEmail Rob Brewer
2019-02-14 11:06 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='q34ojn$jm5$1@tuscan3.grantura.co.uk' \
--to=ipfire-devel@grantura.co.uk \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox