diff options
author | Roy Marples <roy@marples.name> | 2007-04-30 13:19:26 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-30 13:19:26 +0000 |
commit | c3d899714c6e68ea13cb15a75829ba16ea6cf217 (patch) | |
tree | 64de6cc8289e177f4b6738034779162bc0bb6fae /ChangeLog | |
parent | 0380d98d7dd8d0880764a2d0878df56d4e858b45 (diff) |
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ 30 Apr 2007; Roy Marples <uberlord@gentoo.org>: + Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554. + /etc/init.d/foo start and stop no longer exit when service is fully started or stopped, #176452. |