diff options
author | rscott <none@none> | 2006-07-27 13:36:16 -0700 |
---|---|---|
committer | rscott <none@none> | 2006-07-27 13:36:16 -0700 |
commit | 40bc9153236fa42f7cbe2c25c5476e8703eb7894 (patch) | |
tree | 15b31a69dcdb603016b0cb633676db7fa29bf3f6 /usr/src/tools/env | |
parent | 44bed9d7e21975b68d41a2a54db2aa0581429ca6 (diff) | |
download | illumos-joyent-40bc9153236fa42f7cbe2c25c5476e8703eb7894.tar.gz |
6451253 6451117 should have spent a bit more time in code review
Diffstat (limited to 'usr/src/tools/env')
-rw-r--r-- | usr/src/tools/env/developer.sh | 6 | ||||
-rw-r--r-- | usr/src/tools/env/gatekeeper.sh | 6 | ||||
-rw-r--r-- | usr/src/tools/env/opensolaris.sh | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/usr/src/tools/env/developer.sh b/usr/src/tools/env/developer.sh index adbef16a9f..b33f4e626a 100644 --- a/usr/src/tools/env/developer.sh +++ b/usr/src/tools/env/developer.sh @@ -215,8 +215,6 @@ UT_NO_USAGE_TRACKING="1"; export UT_NO_USAGE_TRACKING # over deleted_files or other nifty directories. #BRINGOVER_FILES="usr deleted_files" -# POST_NIGHTLY can be any command to be run at the end of nightly. -# As its first and only argument, the command will be provided the return -# status of nightly - one of "Completed", "Interrupted", or "Failed" -# The log file will be available at $LOGFILE +# POST_NIGHTLY can be any command to be run at the end of nightly. See +# nightly(1) for interactions between environment variables and this command. #POST_NIGHTLY= diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh index 0088afdbd7..6dcf9f0112 100644 --- a/usr/src/tools/env/gatekeeper.sh +++ b/usr/src/tools/env/gatekeeper.sh @@ -225,8 +225,6 @@ UT_NO_USAGE_TRACKING="1"; export UT_NO_USAGE_TRACKING # over deleted_files or other nifty directories. #BRINGOVER_FILES="usr deleted_files" -# POST_NIGHTLY can be any command to be run at the end of nightly. -# As its first and only argument, the command will be provided the return -# status of nightly - one of "Completed", "Interrupted", or "Failed" -# The log file will be available at $LOGFILE +# POST_NIGHTLY can be any command to be run at the end of nightly. See +# nightly(1) for interactions between environment variables and this command. #POST_NIGHTLY= diff --git a/usr/src/tools/env/opensolaris.sh b/usr/src/tools/env/opensolaris.sh index aeb8515acd..ecfc44d79b 100644 --- a/usr/src/tools/env/opensolaris.sh +++ b/usr/src/tools/env/opensolaris.sh @@ -191,8 +191,6 @@ SPRO_VROOT=$SPRO_ROOT; export SPRO_VROOT # over deleted_files or other nifty directories. #BRINGOVER_FILES="usr deleted_files" -# POST_NIGHTLY can be any command to be run at the end of nightly. -# As its first and only argument, the command will be provided the return -# status of nightly - one of "Completed", "Interrupted", or "Failed" -# The log file will be available at $LOGFILE +# POST_NIGHTLY can be any command to be run at the end of nightly. See +# nightly(1) for interactions between environment variables and this command. #POST_NIGHTLY= |