aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-01-21 19:58:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-01-21 19:58:28 +0200
commit891bb67de28c778827d4841b04d440caac8be18a (patch)
treed0bea7989ba987122a2296ef4adffeb8a5178971 /NEWS
parentcb8b9461907373485acabb90bc1cad5263abc8b8 (diff)
downloadpies-891bb67de28c778827d4841b04d440caac8be18a.tar.gz
pies-891bb67de28c778827d4841b04d440caac8be18a.tar.bz2
New component flag: nullinput
* NEWS: Update. * doc/pies.texi: Document nullinput flag. * src/pies.c (str_to_cf): New flag: nullinput * src/pies.h (CF_NULLINPUT): New flag. * src/progman.c (prog_start): If CF_NULLINPUT flag is set, redirect /dev/null to the stdin
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 319e36c..8cdb1a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
1GNU Pies NEWS -- history of user-visible changes. 2014-12-26 1GNU Pies NEWS -- history of user-visible changes. 2015-01-21
2Copyright (C) 2009-2013 Sergey Poznyakoff 2Copyright (C) 2009-2015 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Pies bug reports to <bug-pies@gnu.org> or 5Please send Pies bug reports to <bug-pies@gnu.org> or
@@ -8,11 +8,19 @@ Please send Pies bug reports to <bug-pies@gnu.org> or
8 8
9Version 1.2.91 (Git) 9Version 1.2.91 (Git)
10 10
11* New flag siggroup. 11* New flags
12
13- siggroup
12 14
13This flag instructs pies to send termination signal to the process 15This flag instructs pies to send termination signal to the process
14group of the process being stopped. 16group of the process being stopped.
15 17
18- nullinput
19
20Do not close standard input. Redirect it from /dev/null
21instead. Use this option with commands that require their standard
22input to be open (e.g. pppd nodetach).
23
16 24
17Version 1.2, 2009-12-11 25Version 1.2, 2009-12-11
18 26
@@ -80,7 +88,7 @@ part of Mailfromd (http://mailfromd.software.gnu.org.ua).
80========================================================================= 88=========================================================================
81Copyright information: 89Copyright information:
82 90
83Copyright (C) 2009-2013 Sergey Poznyakoff 91Copyright (C) 2009-2015 Sergey Poznyakoff
84 92
85 Permission is granted to anyone to make or distribute verbatim copies 93 Permission is granted to anyone to make or distribute verbatim copies
86 of this document as received, in any medium, provided that the 94 of this document as received, in any medium, provided that the

Return to:

Send suggestions and report system problems to the System administrator.