Date: Thu, 29 Jul 1999 13:31:24 +0200 From: Christoph Splittgerber <chris@sdata.de> To: freebsd-isdn@freebsd.org Subject: overuninstall.sh and i4b_rbch_ioctl.h Message-ID: <37A03B8C.1BDF75D5@sdata.de>
next in thread | raw e-mail | index | archive | help
Hello all, I had a look at overuninstall.sh: it contains the call: remove_and_restore $MACHINE/i4b_rbch_ioctl.h # (line 104) .. however function remove_and_restore contains: <snip> if [ -e $1-BACKUP ] then echo "moving $1-BACKUP" echo " back to $1" $RMCMD $1 ... <snip> ... so $1-BACKUP, in this case "i4b_rbch_ioctl.h-BACKUP" did not exist in pre 00.82 releases and so the "RMCMD $1" is not executed! Christoph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37A03B8C.1BDF75D5>