Re: Setting Video Card

2008-05-20 Thread Peter Kuma
's wrong with it ? > The bug was reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480883. Peter Kuma -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: perlmagick woes

2008-05-19 Thread Peter Kuma
handling.en.html. You should be able to change some of the dependencies using the --without-* ./configure flags in debian/rules directory and subsequently amending the list of dependencies in debian/control and debian//debian/control. debtree is a handy tool for inspecting the dependency tree. It seems to me that librsvg2-2 and libgraphviz4 generate most additional dependencies. Also it does not make much sense why libmagick10 depends on libgtk2. Peter Kuma -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

realpath in PS1 bash

2008-05-17 Thread Peter Kuma
link to /etc created by a different user. It could get quite disastrous if you decide to run something like rm -r * in such a directory. It won't be very helpful with more sophisticated symlink race conditions, but it is better than nothing. Perhaps I should post it to bash package wishlis