On Fri, Jun 19, 1998 at 06:27:57PM +0200, Frederic Peters wrote: > So I have cfconv that can be launched to upgrade config files. It's a job > for postinst, no problem, my question is : Since cfconv is useless after > postinst, can I move it to /usr/doc/iptraf/ with a word in README.Debian > saying what I did ? Because if it stays in /usr/sbin/, I will have to > write a manpage :) I move it 'cause I think a 'rm /usr/sbin/cfcon' in > postinst is not the right solution :) > > Suggestions ?
Put it under /usr/lib/iptraf. From my understanding you don't want it on /usr/sbin because it's useless and it (could be|is?) harmful to run it after the upgrade... maybe make it 0644 (and call it with "sh /usr/lib/iptraf" from postinst) Marcelo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]