diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-06 12:37:32 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-06 12:37:32 -0400 |
commit | 34a1686f44248e3ed96ebb58071c4093e16ce794 (patch) | |
tree | 2d73e6f59a107e38ec057c921a3738ea3be018ab | |
parent | ff1f7e75128fbe73e7d017a720586a82eede99bf (diff) |
add changes file detailing initscript enhancements
-rw-r--r-- | changes/feature_initscript-enhancements | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature_initscript-enhancements b/changes/feature_initscript-enhancements new file mode 100644 index 00000000..24ff239e --- /dev/null +++ b/changes/feature_initscript-enhancements @@ -0,0 +1,5 @@ + o Add LSB (Linux Standards Base) 3.1 compliant header + o Remove unnecessary backslashes in variable definitions + o Replace environment variables with more standard upper-cased names + o Make a TWISTD_PATH environment variable to replace hard-coded /usr/local/bin/twistd + o Pull environment variables together into one block
\ No newline at end of file |