Dean Takemori wrote:
> lfs/lib/services/init-functions defines statusproc() with this snippit
> to process arguments:
> 
>   while true; do
>     case "${1}" in
> 
>         -p)
>             pidfile="${2}"
>             shift 2
>             ;;
>     esac
>   done
> 
> 
> Isn't this broken?  

What's broken?  Can you give an example of how it breaks?

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to