emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30682: closed ([PATCH] sed: note in --help what co


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30682: closed ([PATCH] sed: note in --help what commands are disabled by --sandbox)
Date: Sat, 03 Mar 2018 00:00:02 +0000

Your message dated Fri, 2 Mar 2018 16:59:01 -0700
with message-id <address@hidden>
and subject line Re: bug#30682: [PATCH] sed: note in --help what commands are 
disabled by --sandbox
has caused the debbugs.gnu.org bug report #30682,
regarding [PATCH] sed: note in --help what commands are disabled by --sandbox
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30682: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30682
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] sed: note in --help what commands are disabled by --sandbox Date: Fri, 2 Mar 2018 17:11:07 -0500
From: Mike Frysinger <address@hidden>

* sed/sed.c (usage): Add "(disable e/r/w commands)" to --sandbox text.
---
 sed/sed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sed/sed.c b/sed/sed.c
index 26de1a8dbb44..65bcab5ac58a 100644
--- a/sed/sed.c
+++ b/sed/sed.c
@@ -168,7 +168,7 @@ Usage: %s [OPTION]... {script-only-if-no-other-script} 
[input-file]...\n\
                  consider files as separate rather than as a single,\n\
                  continuous long stream.\n"));
   fprintf(out, _("      --sandbox\n\
-                 operate in sandbox mode.\n"));
+                 operate in sandbox mode (disable e/r/w commands).\n"));
   fprintf(out, _("  -u, --unbuffered\n\
                  load minimal amounts of data from the input files and flush\n\
                  the output buffers more often\n"));
-- 
2.16.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#30682: [PATCH] sed: note in --help what commands are disabled by --sandbox Date: Fri, 2 Mar 2018 16:59:01 -0700 User-agent: Mutt/1.5.24 (2015-08-30)
On Fri, Mar 02, 2018 at 03:34:50PM -0800, Jim Meyering wrote:
> On Fri, Mar 2, 2018 at 3:25 PM, Assaf Gordon <address@hidden> wrote:
> > Hello Mike,
> >
> > On Fri, Mar 02, 2018 at 05:11:07PM -0500, Mike Frysinger wrote:
> >> * sed/sed.c (usage): Add "(disable e/r/w commands)" to --sandbox text.
> >
> > Thanks.
> > Attached same patch with slightly modified commit message (added 'subject'
> > and 'copyright-exempt').
> >
> > I'll push soon if there are no objections.
> 
> Thanks. That looks fine.

Thanks for the quick review, pushed here:
https://git.savannah.gnu.org/cgit/sed.git/commit/?id=ef9fcbc4


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]