Hi, Ian, list,
Someone put a space where it doesn't belong, inbetween the '2' and the
'>' in 2>. This isn't interpreted as a stderr redirect. Fixie, fixie.
-Jeff
diff --git a/samples/rc.autofs.in b/samples/rc.autofs.in
index 27ef6bb..f6f0444 100644
--- a/samples/rc.autofs.in
+++ b/samples/rc.autofs.in
@@ -446,7 +446,7 @@ function signal_automounts()
pgrp_pids=`get_pgrp_pids`
for pid in $pgrp_pids
do
- kill -USR2 $pid 2 > /dev/null
+ kill -USR2 $pid 2> /dev/null
count=0
while ps ax|grep -v grep|grep $pid >/dev/null
do
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs