Deleted Added
full compact
rc.subr (109582) rc.subr (114272)
1# $NetBSD: rc.subr,v 1.49 2002/05/21 12:31:01 lukem Exp $
1# $NetBSD: rc.subr,v 1.49 2002/05/21 12:31:01 lukem Exp $
2# $FreeBSD: head/etc/rc.subr 109582 2003-01-20 19:30:15Z mtm $
2# $FreeBSD: head/etc/rc.subr 114272 2003-04-30 03:03:47Z mtm $
3#
4# Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
5# All rights reserved.
6#
7# This code is derived from software contributed to The NetBSD Foundation
8# by Luke Mewburn.
9#
10# Redistribution and use in source and binary forms, with or without

--- 259 unchanged lines hidden (view full) ---

270 continue ;;
271 esac ; '"$_fp_match"'
272 echo -n "$_pref$_npid" ;
273 _pref=" "
274 ;;
275 esac
276 done'
277
3#
4# Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
5# All rights reserved.
6#
7# This code is derived from software contributed to The NetBSD Foundation
8# by Luke Mewburn.
9#
10# Redistribution and use in source and binary forms, with or without

--- 259 unchanged lines hidden (view full) ---

270 continue ;;
271 esac ; '"$_fp_match"'
272 echo -n "$_pref$_npid" ;
273 _pref=" "
274 ;;
275 esac
276 done'
277
278 debug "in _find_processes: proccheck is ($_proccheck)."
278# debug "in _find_processes: proccheck is ($_proccheck)."
279 eval $_proccheck
280}
281
282#
283# wait_for_pids pid [pid ...]
284# spins until none of the pids exist
285#
286wait_for_pids()

--- 719 unchanged lines hidden ---
279 eval $_proccheck
280}
281
282#
283# wait_for_pids pid [pid ...]
284# spins until none of the pids exist
285#
286wait_for_pids()

--- 719 unchanged lines hidden ---