aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-30 13:19:26 +0000
committerRoy Marples <roy@marples.name>2007-04-30 13:19:26 +0000
commitc3d899714c6e68ea13cb15a75829ba16ea6cf217 (patch)
tree64de6cc8289e177f4b6738034779162bc0bb6fae /ChangeLog
parent0380d98d7dd8d0880764a2d0878df56d4e858b45 (diff)
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f90c7305..cdd08e5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.