Package: initscripts Version: 2.88dsf-13.12 Hi!
Small bug in there, fixed by:
--- /etc/network/if-up.d/mountnfs.orig 2011-10-17 17:45:48.000000000 +0200
+++ /etc/network/if-up.d/mountnfs 2011-10-17 17:43:50.000000000 +0200
@@ -117,7 +117,7 @@
}
exit_unless_last_interface() {
- grep "^[:space:]*auto" /etc/network/interfaces | \
+ grep "^[[:space:]]*auto" /etc/network/interfaces | \
sed -e 's/[ \t]*auto[ \t]*//;s/[ \t]*$//;s/[ \t]/\n/g' | \
while read i; do
if [ `grep -c $i /etc/network/run/ifstate` -eq "0" ]; then
MfG, JBG
--
Jan-Benedict Glaw [email protected] +49-172-7608481
Signature of: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
the second :
signature.asc
Description: Digital signature
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

