wok annotate ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | |
children |
rev | line source |
---|---|
erjo@5902 | 1 --- ffmpeg-0.5.1-ori/configure |
erjo@5902 | 2 +++ ffmpeg-0.5.1/configure |
erjo@5902 | 3 @@ -514,7 +514,7 @@ |
erjo@5902 | 4 |
erjo@5902 | 5 check_cmd(){ |
erjo@5902 | 6 log "$@" |
erjo@5902 | 7 - "$@" >> $logfile 2>&1 |
erjo@5902 | 8 + $@ >> $logfile 2>&1 |
erjo@5902 | 9 } |
erjo@5902 | 10 |
erjo@5902 | 11 check_cc(){ |