I'll bitch pre-emptively that
+    if [ ! -f "$OLDCONFFILE" -o -f "$NEWCONFFILE" ]; then

in the patch should be

+    if [ ! -f "$OLDCONFFILE" ] || [ -f "$NEWCONFFILE" ]; then


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

Reply via email to