]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: use output redirection which works [checkbashisms]
authorSami Kerola <kerolasa@iki.fi>
Sat, 9 Jun 2012 21:20:04 +0000 (23:20 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 11 Jun 2012 17:50:40 +0000 (19:50 +0200)
commit7244ad8c09c910f0f08167ffc3d20005d07e5847
treec0e0d04da9f213db65223916d5b4e87cb8f5d90f
parent41420120a865186a1cbd97f01aea00c809d6b6ba
uuidd: use output redirection which works [checkbashisms]

possible bashism in misc-utils/uuidd.rc line 52 (should be >word 2>&1):
if pidofproc -p $PIDFILE $DAEMON >& /dev/null ; then

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/uuidd.rc