Ian Beckwith <[EMAIL PROTECTED]> schrieb: > > As ckermit config files are executable via > > #!/usr/bin/kermit > > upstream suggests shipping with an executable config file and letting > the user run that if desired. This would mean a config file in > /usr/bin which is sure to violate policy and certainly feels > immoral. I suppose I could cop out and stick it in > /usr/share/doc/ckermit/examples.
There's a lot of executable files under /etc: alhambra:~# find /etc/ -type f | wc -l 1808 alhambra:~# find /etc/ -type f -print0 | xargs -0 grep '^#!/bin' | wc -l 163 nearly 10%. Bye, Frank -- Frank Küster, Biozentrum der Univ. Basel Abt. Biophysikalische Chemie -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]