´ëüÀÇÇÐ Á¤º¸¾È³»

2000-10-17 Thread Lee YoungNam
Title: debian-policy´Ô ¾È³çÇϽʴϱî? debian-policy´Ô ¾È³çÇϽʴϱî?debian-policy´ÔÀÇ Á¤º¸´Â http://www.debian.org/Bugs/db/ix/maintainers.htmlÀÇ [EMAIL PROTECTED] ¸ÞÀÏ Á¤º¸¸¦ Ã‚ü°í Çß½À´Ï´Ù.ºÒÆíÀ» µå·È´Ù¸é Á˼Û

Re: Priorities

2000-10-17 Thread Joey Hess
Anthony Towns wrote: > I don't really understand task packages. I'd assume that they're there > to make it easy for people to do some particular common tasks (setup a > desktop environment, interact with your computer in japanese, play music, > do 3d graphics, program). Right. Have you done a pota

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Henrique M Holschuh
On Tue, 17 Oct 2000, Roland Rosenfeld wrote: > daemon is running yet, but we should introduce one and fixate this in > the policy). I'm on it. The code is ready and tested (for rc?.d, but I'll code the file-rc version if the thing is accepted -- and it WAS designed to work with whatever rc scheme

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Chris Waters
On Tue, Oct 17, 2000 at 12:31:18PM +0200, Roland Rosenfeld wrote: > On Mon, 16 Oct 2000, Chris Waters wrote: > > set $(runlevel) # $2 is now current runlevel > > name=service > > rcfile=/etc/rc$2.d/S??$name > > test -f $rcfile && $rcfile restart > > Simple, cleaner, more elegant, more o

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Chris Waters
On Mon, Oct 16, 2000 at 08:09:24PM -0400, Ben Collins wrote: > > Gooping up poor innocent init.d scripts, and confusing our poor > > innocent users, is a Bad Idea(tm). A separate set of scripts in a > > separate directory, or possibly a list managed with some simple perl > > tools, is much cleaner

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Brock Rozen
On Tue, 17 Oct 2000 at 11:20, Colin Watson wrote about "Re: All services...": > around anyway. When people are upgrading from potato to (stable) woody, > libc6 will often need to know what services to restart before the new init > scripts are unpacked. potato -> woody will be an issue because the

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Brock Rozen
On 17 Oct 2000 at 06:36, Itai Zukerman wrote about "Re: All services that...": > Why should we assume that only daemons from Debian packages will need > to be restarted? We're not. But we can't be expected to know about them as well. (not to mention interacting with them!) -- Brock Rozen

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Ben Collins
> > IMHO libc should handle its various incompatibilies itself, because > its a problem in libc, not in the daemon packages. > Then most packages will not be restarted and things will continue to be broken. Libc6 cannot be expected to know about all of these daemons, nor will it. The list will a

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Roland Rosenfeld
On Mon, 16 Oct 2000, Chris Waters wrote: > Then each affected package could have a file in /etc/nss-restart along > the lines of: > set $(runlevel) # $2 is now current runlevel > name=service > rcfile=/etc/rc$2.d/S??$name > test -f $rcfile && $rcfile restart > Simple, cleaner, more ele

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Itai Zukerman
> [...] > When people are upgrading from potato to (stable) woody, > libc6 will often need to know what services to restart before the new init > scripts are unpacked. Again, is there any way to detect which running services need to be restarted, and then to *warn* the sysadmin that maybe they oug

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Colin Watson
Anthony Towns wrote: >On Mon, Oct 16, 2000 at 05:50:09PM -0400, Matt Zimmerman wrote: >> The checks required to do it this way would probably change between glibc >> releases. It would be much nicer to have a method that would work forever. > >Won't that just mean that the init scripts for variou

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Julian Gilbey
On Mon, Oct 16, 2000 at 04:27:49PM -0700, Chris Waters wrote: > Then each affected package could have a file in /etc/nss-restart along > the lines of: > > set $(runlevel) # $2 is now current runlevel > name=service > rcfile=/etc/rc$2.d/S??$name insert: rcSfile=/etc/rcS.d/S??$name > tes

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Jim Lynch
Hi, Howbout need-libc6-restart (there is a restart already, I think. Even if not, just restart can be misinterpreted by people using the script.) Or why not just restart -all- services? I can envision too many little branches in the code if we add one every time someone doesn't want to do the le

Re: All services that require a restart from libc6 upgrade...

2000-10-17 Thread Marek Habersack
** On Oct 17, Ben Collins scribbled: > On Mon, Oct 16, 2000 at 06:39:02PM -0300, Nicol?s Lichtmaier wrote: > > > Ok, I'm tired of having to track all services that might need to be > > > restarted after a libc6 upgrade. So here's what I am going to do. I want > > > to require all packages that need