Control: tags 803020 + patch Control: tags 803020 + pending Dear maintainer,
I've prepared an NMU for switchconf (versioned as 0.0.9-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Regards. -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -u switchconf-0.0.9/debian/changelog switchconf-0.0.9/debian/changelog --- switchconf-0.0.9/debian/changelog +++ switchconf-0.0.9/debian/changelog @@ -1,3 +1,10 @@ +switchconf (0.0.9-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use "find -perm /x" instead of "find -perm +x". Closes: #803020 + + -- Andreas Metzler <[email protected]> Sun, 20 Dec 2015 15:01:58 +0100 + switchconf (0.0.9-2) unstable; urgency=low * Fix bashism in a private rule on debian/rules file (Closes: #581451). only in patch2: unchanged: --- switchconf-0.0.9.orig/switchconf +++ switchconf-0.0.9/switchconf @@ -42,7 +42,7 @@ echo "Executing scripts done."; else echo "Executing scripts: "; - for r in `find ${scriptsdir} -type f -perm +1 | sort`; do + for r in `find ${scriptsdir} -type f -perm /1 | sort`; do echo "$r" | tee -a ${logfile} ${r} "${conf}" 2>&1 | tee -a ${logfile} done
signature.asc
Description: PGP signature

