Re: More dpkg stuff

1996-09-27 Thread Guy Maor
On Fri, 27 Sep 1996, Heiko Schlittermann wrote: > Why? If we can handle such case (umask != *77), why we don't handle > this? > > Grep in scripts/ for 'fowner' > > controllib.pl:@fowner = (getpwnam(getlogin()))[2,3]; > dpkg-distaddfile.pl:chown(@fowner, "$fileslistfile.new") > dpkg-gencontrol

Re: More dpkg stuff

1996-09-27 Thread Heiko Schlittermann
Ian Jackson wrote: : : Oh dear. : : Heiko Schlitterman says that he's changed some programs (he doesn't : say exactly which) to change the ownership of debian/files and : debian/substvars. : case `umask` in : *77)echo >&2 \ : 'dpkg-buildpackage: warning: bad umask will probably break build'