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

Re: On not using suidregister (again)



On Wed, May 09, 2001 at 04:00:44PM -0400, Peter S Galbraith wrote:
> 
> My understanding was that we're not using suidregister in
> postinst now, and instead setting the ownership/permissions in
> the package itself.
> 
> So I moved this from postinst:
> 
>         if [ -x /usr/sbin/suidregister ]; then
>            suidregister -s jazip /usr/bin/jazip root floppy 4754
>         else       
>             chown root.floppy /usr/bin/jazip
>             chmod 4754 /usr/bin/jazip
>         fi
maybe you want to change permissions in debian/tmp/usr/bin and not in
/usr/bin ?
 
Christian
-- 
http://people.debian.org/~cts/



Reply to: