From 3d4285c7580f3fda1c66fa9ab3c0463d9edb6449 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 1 Mar 2015 13:56:46 +0000 Subject: - New command: dumpenv - Version: 2.0.3.0 rc --- doc/index.html | 3 +- doc/s6-dumpenv.html | 55 ++++++++++++++++++++++++++++++++ doc/upgrade.html | 6 ++++ package/deps.mak | 3 ++ package/info | 2 +- package/modes | 1 + package/targets.mak | 1 + src/skaembutils/deps-exe/s6-dumpenv | 1 + src/skaembutils/s6-dumpenv.c | 63 +++++++++++++++++++++++++++++++++++++ 9 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 doc/s6-dumpenv.html create mode 100644 src/skaembutils/deps-exe/s6-dumpenv create mode 100644 src/skaembutils/s6-dumpenv.c diff --git a/doc/index.html b/doc/index.html index 95b4372..6f18572 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,7 +76,7 @@ library. @@ -113,6 +113,7 @@ the previous versions of s6-portable-utils and the current one.
  • The s6-clock program
  • The s6-cut program
  • The s6-dirname program
  • +
  • The s6-dumpenv program
  • The s6-echo program
  • The s6-env program
  • The s6-expr program
  • diff --git a/doc/s6-dumpenv.html b/doc/s6-dumpenv.html new file mode 100644 index 0000000..7de65ae --- /dev/null +++ b/doc/s6-dumpenv.html @@ -0,0 +1,55 @@ + + + + + s6-portable-utils: the s6-dumpenv program + + + + + + +

    +s6-portable-utils
    +Software
    +skarnet.org +

    + +

    The s6-dumpenv program

    + +

    + s6-dumpenv stores its environment variables into a directory. +

    + +

    Interface

    + +
    +     s6-dumpenv [ -m mode ] dir
    +
    + + + +

    Options

    + + + +

    Notes

    + + + + + diff --git a/doc/upgrade.html b/doc/upgrade.html index 26bb1a8..1b5cdbb 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,12 @@

    What has changed in s6-portable-utils

    +

    in 2.0.3.0

    + + +

    in 2.0.2.0