path: apt-cacher-ng_3.7.5-1.1/tests/cmdline/apt-cacher-ng.sh $exe foreground=0 logdir=$TMP CacheDir:$TMP port:$PORT pidfile=$TMP/x.pid sleep 1 pidsAfter=$(pidof apt-cacher-ng) test $(echo $pidsAfter | wc -w) -eq $(( $(echo $pidsBefore | wc -w) + 1 )) for x in $pidsAfter ; do path: apt-cacher-ng_3.7.5-1.1/tests/cmdline/apt-cacher-ng.sh pidsBefore=$(pidof apt-cacher-ng) $exe foreground=0 logdir=$TMP CacheDir:$TMP port:$PORT pidfile=$TMP/x.pid sleep 1 path: apt-cacher-ng_3.7.5-1.1/debian/changelog * New upstream release with important bugfixes * Dropped ancient pidof check from the init script (no bug here but there was some complaint on debian-devel a while ago)