[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: packaging ckermit: lots of questions



Ian Beckwith <ianb@nessie.mcc.ac.uk> 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



Reply to: