Gordon Lack wrote: > > The init.d script when asked to reload compares the list of required > mount commands (in TMP1) against the list of currently-running automount > processes (in TMP2). >... > ie: replace: > > ps axwww|grep "[0-9]:[0-9][0-9] $DAEMON " | ( > while read pid tt stat time command; do >... > ps -e -opid=,ppid=,command= | grep " [1] $DAEMON " | ( > while read pid ppid command; do
Make that ps -we -opid=............ The -w is needed for older versions of procps (eg: 2.0.7) _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
