diff options
author | Gerrit Pape <pape@smarden.org> | 2009-09-24 21:17:22 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2009-09-24 21:17:22 +0000 |
commit | f1069d3986eb3fbb4e9945ec669566efe5cb5cd7 (patch) | |
tree | 1beb93926669bcf1343840cc95cae8dbb31e04f0 /package | |
parent | 1ce8ddf8e5d6ed8559a4eebbff0f4bde17fce6bf (diff) | |
download | runit-f1069d3986eb3fbb4e9945ec669566efe5cb5cd7.tar.gz runit-f1069d3986eb3fbb4e9945ec669566efe5cb5cd7.tar.xz runit-f1069d3986eb3fbb4e9945ec669566efe5cb5cd7.zip |
* pathexec_env.c, pathexec.h: add function pathexec_env_run().
* chpst.c, man/chpst.8: new option -b argv0: run prog with different 0th argument.
Diffstat (limited to 'package')
-rw-r--r-- | package/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES index ab432b4..4a21614 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,8 @@ +2.0.1 + * pathexec_env.c, pathexec.h: add function pathexec_env_run(). + * chpst.c, man/chpst.8: new option -b argv0: run prog with different + 0th argument. + 2.0.0 Sun, 15 Jun 2008 15:31:05 +0000 |