retitle 297900 pppconfig postrm contains redundant commands
severity 297900 minor
tags 297900 - patch
thanks


> if [ "$1" = "purge" ] ; then
>         rm -rf /var/lib/pppconfig
>         rm -rf /etc/ppp/resolv
>         rm -rf /var/run/pppconfig
>         rm -rf /var/run/pppconfig/resolv*
>         rm -rf /var/run/pppconfig/0dns*
>         rmdir /var/run/pppconfig || true
>         update-rc.d dns-clean remove > /dev/null
> fi


Actually, the "rm -rf /var/run/pppconfig" command makes the following
three lines redundant.

-- 
Thomas Hood <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to