On 2013-05-13 16:26:58 +0200, Vincent Lefevre wrote: > One could imagine the same thing but with testing directories... > Something like in the /etc/default/ file: > > test -f some_dir || ENABLED=0 > > But this method needs an "ENABLED" variable!
Actually, that would be more like ENABLED=0 test -f some_dir && ENABLED=1 and so on. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130513142855.go26...@ioooi.vinc17.net